search for: sip_out_to_sp

Displaying 1 result from an estimated 1 matches for "sip_out_to_sp".

2006 May 04
0
asterisk <-> SIP provider, two way connection
...g up my asterisk connecting to my SIP provider (SP). Here's the setup. in sip.conf I register asterisk to SP using register => 15551234567:pwd123@sip.abc.com everything was ok for incoming call until I want to dial out using the same line. since in order to dial out, i added in sip.conf [sip_out_to_SP] type=peer username=15551234567 fromuser=15551234567 secret=pwd123 host=sip.abc.com port=5160 usereqphone=yes call-limit=5 Then I can make phone call out when routed to this channel SIP/sip_out_to_SP. But I no longer able to receive calls. The sniffer told me when my SP send asterisk an invite, as...