On 4/4/11 5:13 PM, Jonas Kellens wrote: > I define SIP registrations as follow in sip.conf : > register => number:passwd@sip-server > > example : > register => 3333333333:mypass@ip_sip_server > But apparently the SIP 'contact' header in the SIP REGISTER looks like > this : > /Contact: <sip:s@ip_my_asterisk>/
Change your register line into this: register => 3333333333:mypass@ip_sip_server/3333333333 -- Andreas Sikkema -- _____________________________________________________________________ -- 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
