Displaying 3 results from an estimated 3 matches for "actualto".
Did you mean:
actually
2015 Oct 19
2
Why I get repeat messages many times
...:
http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html
[astsms]
exten => _.,1,NoOp(SMS receiving dialplan invoked)
exten => _.,n,NoOp(To ${MESSAGE(to)})
exten => _.,n,NoOp(From ${MESSAGE(from)})
exten => _.,n,NoOp(Body ${MESSAGE(body)})
exten => _.,n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)})
exten => _.,n,MessageSend(${ACTUALTO},${MESSAGE(from)})
exten => _.,n,NoOp(Send status is ${MESSAGE_SEND_STATUS})
exten => _.,n,GotoIf($["${MESSAGE_SEND_STATUS}" != "SUCCESS"]?sendfailedmsg)
exten => _.,n,Hangup()
With this configuration I c...
2014 Dec 29
0
Commas is variables problem
Hi,
I'm running into a strange problem with commas is variables. I have the
following contexts:
[messages]
exten => _+.,1,Noop(External SMS)
same => n,Set(ACTUALTO=${CUT(CUT(MESSAGE(to),@,1),:,2)})
same => n,Macro(goip_sendsms,${ACTUALTO},"${MESSAGE(body)}")
same => n,Hangup()
[macro-goip_sendsms] ;Call Macro(goip_sendsms,number,message)
exten => s,1,Noop(SMS via GOIP)
same => n,Set(MESSAGE(body)="${URIDECODE(${ARG1}%0A${ARG2...
2015 Nov 17
2
How do I enable instant messaging support for PJSIP endpoints on Asterisk 13.1.0?
Thanks again. How do you create that message context in extensions.conf?
On Mon, Nov 16, 2015 at 9:44 PM, Thyda ENG <engthyda at gmail.com> wrote:
> According to what I have done , I add the message_context to the
> pjsip.endpoint_custom.conf in /etc/asterisk and then I create that
> message_context in the extension.conf, and it works.
>
> On Tue, Nov 17, 2015 at 9:34 AM,