Displaying 1 result from an estimated 1 matches for "sip_outgo".
2010 Jan 06
1
Inquiry:How to define incoming route for sip?
...or my sip phone :
Under sip.conf :
---------------------
[osaka]
type=friend
context=sip-outgoing
host=192.168.0.139
disallow=all
allow=alaw
[6672019]
type=friend
context=sip-outgoing
canreinvite=no
host=dynamic
nat=no
Under extensions.conf :
--------------------------------
[sip-outgoing]
include=sip_outgoing
[sip_outgoing]
exten => _XXXXXXX,1,Dial(SIP/osaka/${EXTEN})
[line-incoming]
exten => _6XXXXXX,1,Dial(SIP/${EXTEN})
Please be informed that the sip outbound toward the external sip server is
quite ok , but sip incoming is not working . Can you please let me know why
my incoming route is no...