Displaying 3 results from an estimated 3 matches for "u691".
Did you mean:
691
2005 Feb 19
16
Snom phone hint exten question
...; 690,3,Dial(SIP/snom-james,30,tr)
exten => 690,4,voicemail2,u690
exten => 690,102,voicemail2,b690
exten => 691,hint,SIP/bt-karen
exten => 691,1,Macro(stdexten,SIP/bt-karen)
exten => 691,2,SetMusicOnHold(random)
exten => 691,3,Dial(SIP/bt-karen,30,tr)
exten => 691,4,voicemail2,u691
exten => 691,102,voicemail,b691
include => internal
include => outgoing
2004 Dec 11
0
Newbie MusicOnHold issues
...n => _9X.,3,Hangup
[sip]
exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/snom-james,30,tr)
exten => 690,3,voicemail2,u690
exten => 690,102,voicemail2,b690
exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/bt-karen,30,tr)
exten => 691,3,voicemail2,u691
exten => 691,102,voicemail,b691
include => internal
include => outgoing
[from-sip]
include => internal
/etc/asterisk/sip.conf
[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = gsm
allow = alaw
disallow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.25...
2004 Dec 11
5
does aanyone have an example of how to dial outwith a sip phone on a pstn line?
...include => sip
[sip]
exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/snom-james,30,tr)
exten => 690,3,voicemail2,u690
exten => 690,102,voicemail2,b690
exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/bt-karen,30,tr)
exten => 691,3,voicemail2,u691
exten => 691,102,voicemail,b691
include => internal
include => outgoing
[from-sip]
include => internal
This isn't the best example of how to do it but it works.
I hope it helps.
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http...