[asterisk-users] (no subject)

Salaheddine Elharit salah.elharit200 at gmail.com
Thu Aug 15 05:13:19 CDT 2013


thanks for your response

with the code below i can't get the extenssions 223

exten => 529,1,Answer()
exten =>
529,n,MixMonitor(test_num-${CALLERID(num)}_name-${CALLERID(name)}_${EXTEN}_UID-${UNIQUEID}.wav|av(0)V(0))
exten => 529,n,Dial(SIP/223)
exten => 529,n,Hangup()

i can get my number only with uniqueid

test_num-0661xxxxxx_name-_529_UID-1376564701.1204.wav

any help please

thanks and regards




2013/8/13 Positively Optimistic <positivelyoptimistic at gmail.com>

> Define it as a variable, use the variable to define the filename....
>
> Ex.
>
> exten =>
> 529,n,Set(monfile=num-${CALLERID(num)}_name-${CALLERID(name)}_${EXTEN}_UID-${UNIQUEID})
>
> exten => 529,n,MixMonitor(/var/spool/disa/${monfile}.wav,,)
>  hello list,
>
> i have asterisk 1.4 installed i use MixMonitor to record all the inboud
> calls with the code below my question how can i do to save alse the sip
> extenssion 223
>
>
> exten => 529,1,Answer()
> exten => 529,n,MixMonitor(test_${UNIQUEID}.wav|av(0)V(0))
> exten => 529,n,Dial(SIP/223)
> exten => 529,n,Hangup()
>
>
> thanks and regards
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130815/26f49ee7/attachment.htm>


More information about the asterisk-users mailing list