>>>>> "Marc" == Marc Fargas <[EMAIL PROTECTED]> writes:

Marc> It drives me to a new question... how can I concatenate three
Marc> strings on extensions.org ?

Marc> That is, the command, and the two args; The arguments are the
Marc> source e164 and destination e164 numbers of the current call.

Marc> Something like "/bin/false " + $SOURCE164 + " " + $DEST164

I've not tested this, but I'd try something like:

exten => s,1,System(/bin/false ${SOURCE164} ${DEST164})

-JimC

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to