Displaying 3 results from an estimated 3 matches for "phone12".
Did you mean:
phone1
2007 May 25
1
Start recording automatically when xferring to an extension?
...to have to
press *1 manually for automon. Can someone recommend how best to accomplish
this?
exten => 567,1,Set(CALLERID(name)=SALES CALL)
exten => 567,n,Playback(recorded-for-training)
exten =>
567,n,Dial(SIP/phone7&SIP/phone8&SIP/phone9&SIP/phone10&SIP/phone11&SIP/phone12,${SECS_TO_TIMEOUT})
;Ring Sales Phones
exten => 567,n,Dial(SIP/phone1,${SECS_TO_TIMEOUT}) ;Send back to
Receptionist
Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070525/3c680183/...
2007 May 27
0
Start recording automatically when
...ten =>
Add a couple lines to your 567 extension
exten =>
567,n,Set(CALLFILENAME=/var/log/calls/${ARG1}-${CALLERID(num)}-${TIMESTA
MP})
exten => 567,n,MixMonitor(${CALLFILENAME}.wav,b)
> 567,n,Dial(SIP/phone7&SIP/phone8&SIP/phone9&SIP/phone10&SIP/ph
> one11&SIP/phone12,${SECS_TO_TIMEOUT}) ;Ring Sales Phones
> exten => 567,n,Dial(SIP/phone1,${SECS_TO_TIMEOUT}) ;Send back
> to Receptionist
Don Pobanz
Hi Don,
What will happen if Receptionist intercom extension 567?? Does the
conversation being records?
2005 Sep 23
4
CallerID issue
Hello.
I'm having trouble with callerid on outgoing calls. The recipient of
the call only sees "unknown" rather than the number I'm specifying.
If I set callerid info when calling an internal extension then I see the
callerid name and number when I call that extension.
I did that thusly:
exten => 101,1,Set(CALLERID(number)=1112223333)
exten =>