[asterisk-users] (no subject)

Positively Optimistic positivelyoptimistic at gmail.com
Tue Aug 13 12:34:22 CDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130813/820f9202/attachment.htm>


More information about the asterisk-users mailing list