Displaying 2 results from an estimated 2 matches for "local_sip".
Did you mean:
local_ip
2012 Dec 10
1
Problem with SIP trunk I've set up between two * boxes.
...tensions.conf
type=peer
context=adhearsion
host=172.17.0.17 ; IP for old system
disallow=all
allow=g729
canreinvite=yes
qualify=no
Old box:
root at asterisk1:/etc/asterisk# head -1 sip.conf
#include siptrunk.conf
siptrunk.conf:
[box2] ; All box2 extensions; see extensions.conf
type=peer
context=local_SIP
host=172.17.145.145 ; IP for new system
disallow=all
allow=g729
canreinvite=yes
qualify=no
extensions.conf snippet:
[local_SIP]
include => aggregate
include => passthrough
exten => _7XXX,1,Dial(SIP/box2/${EXTEN})
exten => _7XXX,2,Hangup()
----------------------------------------------...
2006 Feb 02
1
Re: Contents of Asterisk-Users digest...
...uot;show dialplan" and going through it line by line, I found my sip sub-division is not there.
abc def <xisterisk@yahoo.com> wrote: not sure but this is the output from the pbx:
>sip show registry
Host Username Refresh State
local_sip:5060 stargate3 105 Registered
local_sip:5060 stargate2 105 Registered
local_sip:5060 stargate1 105 Registered
from sip phone I can any other phone (cisco with sccp or iax protocol) but I c...