Hi.
I try to send some message text to some extension. So I make a extension_custom, like that:
[Send-text]
exten => s,1,Answer()
exten => s,n,Sendtext(Hello)
exten => s,n,Hangup()
Into the dial plan, I make a feature code 2999 that calling [Send-text].
Here, no problem, the Send-text work...