sipbeast
2010-Oct-25 15:43 UTC
[asterisk-users] particular sip registry and outbound proxy
Hi, My asterisk's version is 1.6.0.26. I've couple sip providers and I've for new SIP provider I need define outbound proxy. Everything is ok in peer section (outboundproxy=192.0.2.1). But what about SIP REGISTER messages? I need send SIP register messages also via outbound proxy. How to write SIP OUTBOUND call register statement and send this to proxy? If I define in general section this: outboundproxy=192.0.2.1 Works OK , but now Asterisk sends all SIP messages via this 192.0.2.1 proxy! So after changes other carrier stopped to work. Is it possible to write SIP registration statement to one provider and send these messages via outbound proxy? I mean to have multiple registration line and have different outboundproxy for each line. Thanks //Dante -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101025/4e3c6d39/attachment.htm
asterisk asterisk
2010-Oct-25 22:19 UTC
[asterisk-users] particular sip registry and outbound proxy
Put the outboundproxy=192.0.2.1 under individual sip context not under the [general], it should work. CK On Mon, Oct 25, 2010 at 11:43 PM, sipbeast <sipbeast at gmail.com> wrote:> Hi, > > My asterisk's version is 1.6.0.26. I've couple sip providers and I've > for new SIP provider I need define outbound proxy. Everything is ok in peer > section (outboundproxy=192.0.2.1). But what about SIP REGISTER messages? I > need send SIP register messages also via outbound proxy. How to write SIP > OUTBOUND call register statement and send this to proxy? > If I define in general section this: > outboundproxy=192.0.2.1 > > Works OK , but now Asterisk sends all SIP messages via this 192.0.2.1 > proxy! So after changes other carrier stopped to work. > Is it possible to write SIP registration statement to one provider and send > these messages via outbound proxy? I mean to have multiple registration line > and have different outboundproxy for each line. > Thanks > > //Dante > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101026/1185ae2d/attachment.htm