Displaying 2 results from an estimated 2 matches for "b5702".
Did you mean:
5702
2004 Jan 04
3
Newbie - MWI
...effect
-------------------------------------------------------------
;
; liza:/etc/asterisk/extensions.conf
;
[general]
static=yes
writeprotect=no
;
[globals]
CONSOLE=Console/dsp
[johnhome]
exten => 5702,1,Dial(SIP/5702,20,Ttr)
exten => 5702,2,Voicemail(u5702)
exten => 5702,102,Voicemail(b5702)
exten => 5702,103,Hangup
exten => 5703,1,Dial(SIP/5703,20,Ttr)
exten => 5703,2,Voicemail(u5703)
exten => 5703,102,Voicemail(b5703)
exten => 5703,103,Hangup
exten => 88,1,VoicemailMain(${CALLERIDNUM})
-------------------------------------------------------------
;
; /etc/asteris...
2004 Jan 03
1
Newbie - getting two local phones tocommunicate would be a good start :)
...--------------------------------------------------------------
----
-
;
; liza:/etc/asterisk/extensions.conf
;
[general]
static=yes
writeprotect=no
;
[globals]
CONSOLE=Console/dsp
[johnhome]
exten => 5702,1,Dial(SIP/5702,20,Ttr)
exten => 5702,2,Voicemail(u5702)
exten => 5702,102,Voicemail(b5702)
exten => 5702,103,Hangup
exten => 5703,1,Dial(SIP/5703,20,Ttr)
exten => 5703,2,Voicemail(u5703)
exten => 5703,102,Voicemail(b5703)
exten => 5703,103,Hangup
------------------------------------------------------------------------
----
-
I have created voicemail boxes for 5702 and 5...