Displaying 2 results from an estimated 2 matches for "u710".
Did you mean:
710
2005 Jul 04
2
Extensions will not go to voicemail
...0, 2) exited non-zero on
'IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5'
-- Hungup 'IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5'
and the dialplan for that context is
[office]
exten => 710,1,NoOp("Dial 710")
exten => 710,2,Dial(SIP/710,30,tr)
exten => 710,3,Voicemail(u710)
exten => 710,103,Voicemail(b710)
Any ideas why I am not getting to the voicemail for that extension?
--
Chris Mason
NetConcepts
(264) 497-5670 Fax: (264) 497-8463
Int: (305) 704-7249 Fax: (815)301-9759
Cell: 264-235-5670
Yahoo IM: netconcepts_anguilla@yahoo.com
2003 Nov 04
0
Need Help with SIP/H323.
...SIP::
exten=>702,1,Dial(SIP/702)
; H323::
exten=>703,1,Agi(AceptaLlamada.php)
exten=>703,2,Dial(h323/3|17|tTm)
exten=>703,3,VoiceMail(u703)
exten=>703,103,VoiceMail(b703)
; H323::
exten=>710,1,Agi(AceptaLlamada.php)
exten=>710,2,Dial(h323/10|17|tTm)
exten=>710,3,VoiceMail(u710)
exten=>710,103,VoiceMail(b710)
......
*********************************
sip.conf >>>>
********************************
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
context = outgoing ; Default for incoming calls
srvlookup = yes ; E...