[asterisk-users] dialplan question

Vasiliy G Tolstov v.tolstov at selfip.ru
Tue Apr 27 08:16:26 CDT 2010


В Втр, 27/04/2010 в 06:11 -0700, Jim Dickenson пишет:
> In your sip.conf your permit line does not have an ip address to allow the register from so the call is coming in as a guest and that is likely using context default.
> 
> Set the permit line to either the ip address of the phone or the network the phone is on.
> 
> permit=192.168.1.0/255.255.255.0 with allow from any 192.168.1.x address as an example.

Thank You. But a get work with this lines:

exten => 102,1,Answer()
exten => 102,2,Dial(SIP/102,20)
exten => 102,3,Hangup()


exten => 500,1,Answer()
exten => 500,2,Dial(SIP/500,20)
exten => 500,3,Hangup()


exten => 601,1,Answer()
exten => 601,2,Dial(SIP/601,20)
exten => 601,3,Hangup()




-- 
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru




More information about the asterisk-users mailing list