Re: [OpenSIPStack] incoming routes
Brought to you by:
joegenbaclor
From: OpenSIPStack F. <ope...@op...> - 2008-06-20 05:08:44
|
It should be something like below: INVITE sip:1518421590@204.13.7.33:5066 SIP/2.0 <----------------- CONTACT you sent in your REGISTER request (Binding) From: <sip:121...@di...>;tag=920ef16ccc3cdd119562d496dbc76295 To: sip:151...@di... <------------------------ or To-URI you sent in REGISTER (Address of Record) > {quote:title=illizit wrote:}{quote} > > Hmm. ok. > > > Thanks for the help! Sorry to keep bothering however, what exactly should the provider be sending? > > > Here is my SIP Register packet to the provider: > > > 204.13.X.XX:5066 -> 64.34.181.47:5060 > REGISTER sip:did.voip.les.net SIP/2.0.. > From: <sip:151...@di...>;tag=920ef16ccc3cdd119562d496dbc76295.. > To: sip:151...@di.....Via: SIP/2.0/UDP 204.13.7.33:5066;iid=9578;branch=z9hG4bKa6d1f36fcc3cdd119562d496dbc76295;uas-addr=64.34.181.47;rport..CSeq: 2 REGISTER.. > Call-ID:[1c1...@di...].. > Contact: <sip:1518421590@204.13.7.33:5066;transport=udp>.. > User-Agent: ..Expires: 3600..Max-Forwards: 70..Authorization: Digest username="1518421590", realm="did.voip.les.net", nonce="3b131f7f", uri="sip:did.voip.les.net", response="e62e92397699 > 10e84475b05d72ac35e6", opaque="", algorithm=MD5..Allow: INVITE, BYE, ACK, R > EFER, MESSAGE, INFO, NOTIFY, OPTIONS, PRACK..Content-Length: 0.... > # > > > > > > According to my register packet, what should the provider be sending me? > > > Thanks > > |