Return to LanScape's home page Go back a page...       Active TopicsActive Topics   Display List of Forum MembersMember List   Knowledge Base SearchSearch   HelpHelp  RegisterRegister  LoginLogin

LanScape VOIP Media Engine™ - Technical Support
 LanScape Support Forum -> LanScape VOIP Media Engine™ - Technical Support
Subject Topic: Register Multi-Lines Problem Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Jalal
Vetran
Vetran


Joined: April 24 2006
Location: Iran
Posts: 188
Posted: February 09 2008 at 8:07am | IP Logged Quote Jalal

Hi,

I tried using NamesToRegiester parameter of EnableSipRegisterServer function to register different Names for different phone lines on 3CX IP PBX. I followed what was documented and added all credentials using AddAuthorizationCredentials function. It seems LMEVoip uses first Digest nonce received in first SIP/2.0 407 Proxy Authentication Required packet for all next registerations. 3CX changes this parameter for each authorization so LMEVoip should use the new value not the previous one. So with this version we can not register more than one phone line to the 3CX.

See the SIP log for registering NamesToRegister=202,200,201,... :

Note that as 200 is not registered successfully, LMEVoip retries from first phone line which is 202 and will not continue to try 201 which is 3rd one. I think it is better to continue next phone line even if one phone line could not be registerd for any reason.

Code:

>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#1, 443716593 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a72afa0
From: <sip:202@10.10.10.3>;tag=1a72d560
To: <sip:202@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524685 REGISTER
Expires: 3600
Max-Forwards: 70
Contact: <sip:202@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRx (#1, 443717000 Ms, From: 10.10.10.3:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.10.10.3:5061;rport=5061;branch=z9hG4bK1a72afa0
Proxy-Authenticate: Digest nonce="12847038906:056a9552253cbe70cdfb45043500cd67",algorit hm=MD5,realm="3CXPhoneSystem"
To: <sip:202@10.10.10.3>;tag=80314872
From: <sip:202@10.10.10.3>;tag=1a72d560
Call-ID: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524685 REGISTER
User-Agent: 3CXPhoneSystem 5.0.3752.0
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#2, 407 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a72e1c9
From: <sip:202@10.10.10.3>;tag=1a730f4a
To: <sip:202@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524686 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847038906:056a9552253cbe70cdfb4504350 0cd67",realm="3CXPhoneSystem",response="6637246966fb9b6dc280 9708ba149a01",uri="sip:10.10.10.3",username="202"
Expires: 3600
Max-Forwards: 70
Contact: <sip:202@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRx (#2, 406 Ms, From: 10.10.10.3:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.10.10.3:5061;rport=5061;branch=z9hG4bK1a72e1c9
Contact: <sip:202@10.10.10.3:5061>;expires=1800
To: <sip:202@10.10.10.3>;tag=676aee15
From: <sip:202@10.10.10.3>;tag=1a730f4a
Call-ID: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524686 REGISTER
User-Agent: 3CXPhoneSystem 5.0.3752.0
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#3, 406 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a72bd8f
From: <sip:200@10.10.10.3>;tag=1a72cc2e
To: <sip:200@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524687 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847038906:056a9552253cbe70cdfb4504350 0cd67",realm="3CXPhoneSystem",response="dd477232dbca357fc7ef 1d8e8d167737",uri="sip:10.10.10.3",username="200"
Expires: 3600
Max-Forwards: 70
Contact: <sip:200@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRx (#3, 719 Ms, From: 10.10.10.3:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.10.10.3:5061;rport=5061;branch=z9hG4bK1a72bd8f
Proxy-Authenticate: Digest nonce="12847038907:54cb2b629ab8646354183f60c870713f",algorit hm=MD5,realm="3CXPhoneSystem",stale=true
To: <sip:200@10.10.10.3>;tag=b02b700f
From: <sip:200@10.10.10.3>;tag=1a72cc2e
Call-ID: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524687 REGISTER
User-Agent: 3CXPhoneSystem 5.0.3752.0
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#4, 719 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a72ea35
From: <sip:200@10.10.10.3>;tag=1a72c2c0
To: <sip:200@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524688 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847038906:056a9552253cbe70cdfb4504350 0cd67",realm="3CXPhoneSystem",response="dd477232dbca357fc7ef 1d8e8d167737",uri="sip:10.10.10.3",username="200"
Expires: 3600
Max-Forwards: 70
Contact: <sip:200@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRx (#4, 406 Ms, From: 10.10.10.3:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.10.10.3:5061;rport=5061;branch=z9hG4bK1a72ea35
Proxy-Authenticate: Digest nonce="12847038907:54cb2b629ab8646354183f60c870713f",algorit hm=MD5,realm="3CXPhoneSystem",stale=true
To: <sip:200@10.10.10.3>;tag=b97ca071
From: <sip:200@10.10.10.3>;tag=1a72c2c0
Call-ID: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524688 REGISTER
User-Agent: 3CXPhoneSystem 5.0.3752.0
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#5, 406 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a730824
From: <sip:200@10.10.10.3>;tag=1a73130b
To: <sip:200@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524689 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847038906:056a9552253cbe70cdfb4504350 0cd67",realm="3CXPhoneSystem",response="dd477232dbca357fc7ef 1d8e8d167737",uri="sip:10.10.10.3",username="200"
Expires: 3600
Max-Forwards: 70
Contact: <sip:200@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRxRx (#5, 406 Ms, From: 10.10.10.3:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.10.10.3:5061;rport=5061;branch=z9hG4bK1a730824
Proxy-Authenticate: Digest nonce="12847038908:8a4b116da33025fc8adf4cfb8e4b2306",algorit hm=MD5,realm="3CXPhoneSystem",stale=true
To: <sip:200@10.10.10.3>;tag=b433076a
From: <sip:200@10.10.10.3>;tag=1a73130b
Call-ID: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524689 REGISTER
User-Agent: 3CXPhoneSystem 5.0.3752.0
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTxTx (#6, 5406 Ms, To: 10.10.10.3:5060) >>>>
REGISTER sip:10.10.10.3 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.3:5061;rport;branch=z9hG4bK1a72f8c4
From: <sip:202@10.10.10.3>;tag=1a72b0ca
To: <sip:202@10.10.10.3>
Call-Id: 13dcfe65-e8a5-43dd-b1be-7194784b2aa9-00002318@10.10.10.3
CSeq: 7524690 REGISTER
Expires: 3600
Max-Forwards: 70
Contact: <sip:202@10.10.10.3:5061>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.0 (www.LanScapeCorp.com)
Content-Length: 0




Regards,
Jalal
Back to Top View Jalal's Profile Search for other posts by Jalal Visit Jalal's Homepage
 
support
Administrator
Administrator


Joined: January 26 2005
Location: United States
Posts: 1666
Posted: February 11 2008 at 2:35pm | IP Logged Quote support

Hi Jalal,

We were just working in the registration code so your timing on reporting this is good. We took a look and sure enough, it is as you report. There was a registration bug fixed in a previous release but it only addressed registrars that use WWW authentication. The 3CX uses proxy authentications for some reason. So the same bug for WWW auth had to be fixed for proxy auth.

Here is a VOIP Media Engine SIP log from a 2 line soft phone that uses the VOIP media engine. The phone registers the 2 lines individually using extension 500 and 501. The line 500 calls 501. 501 answers and then hangs up. Finally, the 2 line phone unregisters extension 500 and 501 with 3CX pbx.

Support.


Code:

************* Log Opened (Feb 11 14:26:29) *************

>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#1, 26031281 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018da2e0
From: <sip:500@3CXPhoneSystem>;tag=18d3eca
To: <sip:500@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269587 REGISTER
Expires: 36000
Max-Forwards: 70
Contact: <sip:500@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#1, 26031390 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da2e0
Proxy-Authenticate: Digest nonce="12847235175:b5e04f6035a79e0198e0736bb8dbf062",algorit hm=MD5,realm="3CXPhoneSystem"
To: <sip:500@3CXPhoneSystem>;tag=68413349
From: <sip:500@3CXPhoneSystem>;tag=18d3eca
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269587 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#2, 125 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d82bd
From: <sip:500@3CXPhoneSystem>;tag=18d87f9
To: <sip:500@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269588 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235175:b5e04f6035a79e0198e0736bb8d bf062",realm="3CXPhoneSystem",response="8895da4c6e59fb7c7889 33dcf7d1beb3",uri="sip:3CXPhoneSystem",username="500"
Expires: 36000
Max-Forwards: 70
Contact: <sip:500@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#2, 110 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d82bd
Contact: <sip:500@192.168.1.2:5066>;expires=36000
To: <sip:500@3CXPhoneSystem>;tag=58160b0a
From: <sip:500@3CXPhoneSystem>;tag=18d87f9
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269588 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#3, 109 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d9129
From: <sip:501@3CXPhoneSystem>;tag=18d4774
To: <sip:501@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269589 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235175:b5e04f6035a79e0198e0736bb8d bf062",realm="3CXPhoneSystem",response="44418e83cfd79f5fb2cc 8f8e833da94d",uri="sip:3CXPhoneSystem",username="501"
Expires: 36000
Max-Forwards: 70
Contact: <sip:501@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#3, 109 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d9129
Proxy-Authenticate: Digest nonce="12847235175:75b247fd84d0d7f6121408b5ab3c0768",algorit hm=MD5,realm="3CXPhoneSystem",stale=true
To: <sip:501@3CXPhoneSystem>;tag=337c8523
From: <sip:501@3CXPhoneSystem>;tag=18d4774
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269589 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#4, 110 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d51a2
From: <sip:501@3CXPhoneSystem>;tag=18d9237
To: <sip:501@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269590 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235175:75b247fd84d0d7f6121408b5ab3 c0768",realm="3CXPhoneSystem",response="67b9522e5ef81863bd61 8b6b0ec5504b",uri="sip:3CXPhoneSystem",username="501"
Expires: 36000
Max-Forwards: 70
Contact: <sip:501@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#4, 109 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d51a2
Contact: <sip:501@192.168.1.2:5066>;expires=36000
To: <sip:501@3CXPhoneSystem>;tag=fc148c24
From: <sip:501@3CXPhoneSystem>;tag=18d9237
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269590 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#5, 1843 Ms, To: 192.168.1.140:5060) >>>>
INVITE sip:501@PS140 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d638a
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d41e5;x-UaId=xxxxx-yyyy -zzzzzz
To: <sip:501@PS140>
Contact: <sip:500@192.168.1.2:5066>;x-inst="VGVzdCBDYWxsIERhdGE gZnJvbSB0aGUgVlBob25lIGFwcC4="
Call-Id: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9274644 INVITE
Max-Forwards: 70
Organization: 2456E5FD-DC94-417D-BDF7-55A654EFB9E5
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 0
Content-Length: 223
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, SUBSCRIBE, NOTIFY
Content-Type: application/sdp

v=0
o=500 26033453 26033453 IN IP4 192.168.1.2
s=LanScape
c=IN IP4 192.168.1.2
t=0 0
m=audio 20004 RTP/AVP 18 101
a=rtpmap:18 G729/8000/1
a=rtpmap:101 telephone-event/8000/1
a=sendrecv
a=ptime:20
a=fmtp:101 0-16



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#5, 1860 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d638a
Proxy-Authenticate: Digest nonce="12847235177:5d3e0422e4458c8d087a2e950031d74b",algorit hm=MD5,realm="3CXPhoneSystem"
To: <sip:501@PS140>;tag=0157e206
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d41e5;x-UaId=xxxxx-yyyy -zzzzzz
Call-ID: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9274644 INVITE
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#6, 110 Ms, To: 192.168.1.140:5060) >>>>
ACK sip:501@PS140 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d638a
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d41e5;x-UaId=xxxxx-yyyy -zzzzzz
To: <sip:501@PS140>;tag=0157e206
Call-Id: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9274644 ACK
Max-Forwards: 70
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 0
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#7, 15 Ms, To: 192.168.1.140:5060) >>>>
INVITE sip:501@PS140 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018da9cf
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
To: <sip:501@PS140>
Contact: <sip:500@192.168.1.2:5066>;x-inst="VGVzdCBDYWxsIERhdGE gZnJvbSB0aGUgVlBob25lIGFwcC4="
Call-Id: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9266049 INVITE
Max-Forwards: 70
Organization: 2456E5FD-DC94-417D-BDF7-55A654EFB9E5
Proxy-Authorization: Digest algorithm=md5,nonce="12847235177:5d3e0422e4458c8d087a2e95003 1d74b",realm="3CXPhoneSystem",response="b2669f1553c1729b80c8 03c209ac9c67",uri="sip:501@PS140",username="500"
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 0
Content-Length: 223
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, SUBSCRIBE, NOTIFY
Content-Type: application/sdp

v=0
o=500 26033578 26033578 IN IP4 192.168.1.2
s=LanScape
c=IN IP4 192.168.1.2
t=0 0
m=audio 20004 RTP/AVP 18 101
a=rtpmap:18 G729/8000/1
a=rtpmap:101 telephone-event/8000/1
a=sendrecv
a=ptime:20
a=fmtp:101 0-16



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#6, 125 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da9cf
To: <sip:501@PS140>;tag=985b5a0c
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
Call-ID: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9266049 INVITE
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#7, 0 Ms, From: 192.168.1.140:5060) <<<<
INVITE sip:501@192.168.1.2:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.140:5060;branch=z9hG4bK-d87543-412f2362b67b5742-1- -d87543-;rport
Max-Forwards: 70
Contact: <sip:500@192.168.1.140:5060>
To: "501"<sip:501@192.168.1.2:5066>
From: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
Call-ID: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO
Content-Type: application/sdp
Content-Length: 243

v=0
o=3cxPS 12847235177747 12847235177749 IN IP4 192.168.1.140
s=3cxPS Audio call
c=IN IP4 192.168.1.2
t=0 0
m=audio 20004 RTP/AVP 18 101
a=rtpmap:18 G729/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv


>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#8, 110 Ms, To: 192.168.1.140:5060) >>>>
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.1.140:5060;received=192.168.1.140;rport=5060;branch= z9hG4bK-d87543-412f2362b67b5742-1--d87543-
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 1
From: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
To: "501"<sip:501@192.168.1.2:5066>
Call-ID: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 1 INVITE
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
Content-Length: 0




>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#9, 15 Ms, To: 192.168.1.140:5060) >>>>
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.1.140:5060;received=192.168.1.140;rport=5060;branch= z9hG4bK-d87543-412f2362b67b5742-1--d87543-
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 1
From: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
To: "501"<sip:501@192.168.1.2:5066>;tag=18d56f4
Call-ID: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 1 INVITE
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
Content-Length: 0




<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#8, 109 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da9cf
Contact: <sip:501@PS140>
To: <sip:501@PS140>;tag=985b5a0c
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
Call-ID: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9266049 INVITE
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#10, 1016 Ms, To: 192.168.1.140:5060) >>>>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.140:5060;received=192.168.1.140;rport=5060;branch= z9hG4bK-d87543-412f2362b67b5742-1--d87543-
From: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
To: "501" <sip:501@192.168.1.2:5066>;tag=18d56f4
Call-Id: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 1 INVITE
Contact: <sip:501@192.168.1.2:5066>
Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, SUBSCRIBE, NOTIFY
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 1
Content-Length: 232
Content-Type: application/sdp

v=0
o=LanScape 2147483647 2147483647 IN IP4 192.168.1.2
s=LanScape
c=IN IP4 192.168.1.2
t=0 0
m=audio 20002 RTP/AVP 18 101
a=rtpmap:18 G729/8000/1
a=rtpmap:101 telephone-event/8000/1
a=sendrecv
a=ptime:20
a=fmtp:101 0-16


<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#9, 1016 Ms, From: 192.168.1.140:5060) <<<<
ACK sip:501@192.168.1.2:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.140:5060;branch=z9hG4bK-d87543-2d4a0a2eea3a1115-1- -d87543-;rport
Max-Forwards: 70
Contact: <sip:500@192.168.1.140:5060>
To: "501"<sip:501@192.168.1.2:5066>;tag=18d56f4
From: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
Call-ID: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 1 ACK
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#10, 0 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da9cf
Contact: <sip:501@PS140>
To: <sip:501@PS140>;tag=985b5a0c
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
Call-ID: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9266049 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO
Content-Type: application/sdp
Content-Length: 243

v=0
o=3cxPS 12847235177716 12847235177718 IN IP4 192.168.1.140
s=3cxPS Audio call
c=IN IP4 192.168.1.2
t=0 0
m=audio 20002 RTP/AVP 18 101
a=rtpmap:18 G729/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv


>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#11, 109 Ms, To: 192.168.1.140:5060) >>>>
ACK sip:501@PS140 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da9cf
From: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
To: <sip:501@PS140>;tag=985b5a0c
Call-Id: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 9266049 ACK
Max-Forwards: 70
Route: <sip:501@PS140>
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 0
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#12, 4610 Ms, To: 192.168.1.140:5060) >>>>
BYE sip:500@192.168.1.140 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d9f7e
From: "501"<sip:501@192.168.1.2:5066>;tag=18d56f4
To: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
Call-Id: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 2 BYE
Max-Forwards: 70
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 1
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#11, 4734 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d9f7e
Contact: <sip:500@192.168.1.140:5060>
To: "500"<sip:500@192.168.1.140:5060>;tag=ba03f22b
From: "501"<sip:501@192.168.1.2:5066>;tag=18d56f4
Call-ID: ZGQyMDExYmRhM2Y5YjM0NDI5NjcyZmM0MjFmMzBlNDA.
CSeq: 2 BYE
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#12, 0 Ms, From: 192.168.1.140:5060) <<<<
BYE sip:500@192.168.1.2:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.140:5060;branch=z9hG4bK-d87543-3578c02998231845-1- -d87543-;rport
Max-Forwards: 70
Contact: <sip:501@PS140>
To: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
From: <sip:501@PS140>;tag=985b5a0c
Call-ID: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 2 BYE
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#13, 109 Ms, To: 192.168.1.140:5060) >>>>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.140:5060;received=192.168.1.140;rport=5060;branch= z9hG4bK-d87543-3578c02998231845-1--d87543-
From: <sip:501@PS140>;tag=985b5a0c
To: "Test Phone" <sip:500@3CXPhoneSystem>;tag=18d6c5e;x-UaId=xxxxx-yyyy -zzzzzz
Call-Id: d8897b80-9308-4d30-ad8b-ed7d23a469e4-00001678@192.168.1.2
CSeq: 2 BYE
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
x-PhoneLine: 0
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#14, 1688 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018da3c5
From: <sip:500@3CXPhoneSystem>;tag=18d5bcb
To: <sip:500@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269591 REGISTER
Expires: 0
Max-Forwards: 70
Contact: <sip:500@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#13, 1781 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018da3c5
Proxy-Authenticate: Digest nonce="12847235185:5aabba2f130b1910e0a262655dbf924e",algorit hm=MD5,realm="3CXPhoneSystem"
To: <sip:500@3CXPhoneSystem>;tag=6b76d12e
From: <sip:500@3CXPhoneSystem>;tag=18d5bcb
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269591 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#15, 93 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018dc383
From: <sip:500@3CXPhoneSystem>;tag=18d74bd
To: <sip:500@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269592 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235185:5aabba2f130b1910e0a262655db f924e",realm="3CXPhoneSystem",response="85db4f25e4fe10e142c7 773745d7a145",uri="sip:3CXPhoneSystem",username="500"
Expires: 0
Max-Forwards: 70
Contact: <sip:500@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#14, 110 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018dc383
To: <sip:500@3CXPhoneSystem>;tag=3b3d6139
From: <sip:500@3CXPhoneSystem>;tag=18d74bd
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269592 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#16, 125 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018d99e8
From: <sip:501@3CXPhoneSystem>;tag=18da75d
To: <sip:501@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269593 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235185:5aabba2f130b1910e0a262655db f924e",realm="3CXPhoneSystem",response="9f558c8d0cbbf42e4f6f 2c07e4dc8802",uri="sip:3CXPhoneSystem",username="501"
Expires: 0
Max-Forwards: 70
Contact: <sip:501@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#15, 109 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018d99e8
Proxy-Authenticate: Digest nonce="12847235185:a63eefe5dcf4b5e78b6791b3a285442c",algorit hm=MD5,realm="3CXPhoneSystem",stale=true
To: <sip:501@3CXPhoneSystem>;tag=491e2d64
From: <sip:501@3CXPhoneSystem>;tag=18da75d
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269593 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0



>>>> TxTxTxTxTxTxTxTxTxTxTxTx (#17, 110 Ms, To: 192.168.1.140:5060) >>>>
REGISTER sip:3CXPhoneSystem SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5066;rport;branch=z9hG4bK018dcf98
From: <sip:501@3CXPhoneSystem>;tag=18d89c0
To: <sip:501@3CXPhoneSystem>
Call-Id: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269594 REGISTER
Proxy-Authorization: Digest algorithm=md5,nonce="12847235185:a63eefe5dcf4b5e78b6791b3a28 5442c",realm="3CXPhoneSystem",response="401975883acc14ee6cf9 fedf5ea5f898",uri="sip:3CXPhoneSystem",username="501"
Expires: 0
Max-Forwards: 70
Contact: <sip:501@192.168.1.2:5066>;user=phone
User-Agent: LanScape VOIP Media Engine/5.12.8.1 (www.LanScapeCorp.com)
x-CustomHeader-Extension-500: "This is a modified transmitted SIP message."
Content-Length: 0



<<<< RxRxRxRxRxRxRxRxRxRxRxRx (#16, 109 Ms, From: 192.168.1.140:5060) <<<<
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5066;rport=5066;branch=z9hG4bK018dcf98
To: <sip:501@3CXPhoneSystem>;tag=307e020d
From: <sip:501@3CXPhoneSystem>;tag=18d89c0
Call-ID: 3d9e0f6c-36ce-4811-a7c3-541527a80948-00001678@192.168.1.2
CSeq: 9269594 REGISTER
User-Agent: 3CXPhoneSystem
Content-Length: 0


************* Log Closed (Feb 11 14:26:47) *************

Back to Top View support's Profile Search for other posts by support Visit support's Homepage
 
Jalal
Vetran
Vetran


Joined: April 24 2006
Location: Iran
Posts: 188
Posted: February 11 2008 at 11:33pm | IP Logged Quote Jalal

Hi,

So is it possible to prepare us a new version to let us continue our tests?

Regards,
Jalal
Back to Top View Jalal's Profile Search for other posts by Jalal Visit Jalal's Homepage
 
support
Administrator
Administrator


Joined: January 26 2005
Location: United States
Posts: 1666
Posted: February 12 2008 at 3:48am | IP Logged Quote support

Jalal,

It will be a bit. We are in the midst of a final version 5 release. We can get you a final product update then. You and a bunch of others are on the update list.

Support
Back to Top View support's Profile Search for other posts by support Visit support's Homepage
 
support
Administrator
Administrator


Joined: January 26 2005
Location: United States
Posts: 1666
Posted: February 21 2008 at 5:17pm | IP Logged Quote support

Hi Jalal,

Media Engine Update:
We are completing work on what we are going to consider final v5 updates before we start developing and releasing upcoming v6 product. We would like you to briefly test your VOIP application(s) using this current v5 image.

See your support FTP account directory “v5.12.8.1 DLL Only”. It contains a timed image of the media engine you should use for your final development and testing. Download the image. Unzip it and use the new files LMEVoip.lib, LMEVoip.dll, LMEVoipManaged.dll and SipTelephonyApi.h to overwrite your existing files. There is also an updated developer reference you should also use.

We will officially update you before it times out. Read the Engineering notes that come with the distribution for the changes. You will want to run this version of the media engine with your app. Really, check out the engineering notes that come with the ZIP image. If this image looks good, we will cut you an official release any time.

Any questions, please post back to the support forum.


Support

Back to Top View support's Profile Search for other posts by support Visit support's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum






Contact LanScape Hear what the Lawyers have to say How youm may use this site Read your privacy rights