search for: sendimuser2

Displaying 1 result from an estimated 1 matches for "sendimuser2".

2011 Dec 22
1
Properly Escaping Quotes and Commas
Hello all, I have a setup where Asterisk sends a message to a few jabber users on each incoming call, like: exten => s,n,Macro(sendim,"Incoming call from ${CALLERID(all)}") The macro looks like this: [macro-sendimuser2] exten => s,n,JabberSend(asterisk,user2 at gmail.com,${ARG1}) exten => s,n,JabberSend(asterisk,user2 at internal.jabber.server.tld,${ARG1}) [macro-sendim] exten => s,1,Noop("Holder"); same => n,Macro(sendimuser1,${ARG1}) same => n,Macro(sendimuser2,${ARG1}) The issue I&...