search for: parse_request

Displaying 5 results from an estimated 5 matches for "parse_request".

2006 Jan 25
0
asterisk 1.2 with grandstream ht-496 2nd port registration issues
...02@194.208.44.44:34560;user=phone> Call-ID: e62dffffcd4dffff@194.183.145.211 CSeq: 100 REGISTER Expires: 3600 User-Agent: Grandstream HT496 1.0.2.16 Max-Forwards: 70 Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE Content-Length: 0 Jan 25 22:26:07 DEBUG[41042]: chan_sip.c:3318 parse_request: Header 0: REGISTER sip:194.208.44.43 SIP/2.0 (34) Jan 25 22:26:07 DEBUG[41042]: chan_sip.c:3318 parse_request: Header 1: Via: SIP/2.0/UDP 194.208.44.44:34560;branch=PPC998202.z9hG4bK97220000265fffff,SIP/2.0/UDP 194.183.145.211:5064;branch=z9hG4bK97220000265fffff (141) Jan 25 22:26:07 DEBUG[41042]:...
2006 Feb 01
1
Unable to Register to Asterisk through Proxy
...uot;test" <sip:test@xxx.xxx.xxx.xxx>;tag=632743770590650000 To: "test" <sip:test@xxx.xxx.xxx.xxx> Contact: <sip:test@xxx.xxx.xxx.xxx> Call-ID: 3deb0da4bada8c3@192.168.1.2 CSeq: 65 REGISTER Max-Forwards: 69 Expires: 600 Feb 1 07:51:11 DEBUG[24601]: chan_sip.c:3322 parse_request: Header 0: REGISTER sip:xxx.xxx.xxx.xxx SIP/2.0 (36) Feb 1 07:51:11 DEBUG[24601]: chan_sip.c:3322 parse_request: Header 1: Via: SIP/2.0/UDP yyy.yyy.yyy.yyy:5060;branch=z9hG4bKCefqJfo5hAO/paxgvw/iR7owic4= (80) Feb 1 07:51:11 DEBUG[24601]: chan_sip.c:3322 parse_request: Header 2: Via: SIP/2.0/UDP 1...
2007 Apr 12
2
Asterisk 1.2.17 and Cisco 7940/SIP: bug or what?
...SIPUA 19361 0 IN IP4 10.0.10.136 s=SIP Call t=0 0 m=audio 16946 RTP/AVP 8 0 18 101 c=IN IP4 10.0.10.136 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv 2007-04-12 15:39:56 DEBUG[11050]: chan_sip.c:3442 parse_request: Header 0: INVITE sip:212@10.0.10.5;user=phone SIP/2.0 (43) 2007-04-12 15:39:56 DEBUG[11050]: chan_sip.c:3442 parse_request: Header 1: Via: SIP/2.0/UDP 10.0.10.136:5060;branch=z9hG4bK0cc1ada5 (56) 2007-04-12 15:39:56 DEBUG[11050]: chan_sip.c:3442 parse_request: Header 2: From: "Cisco 7940&q...
2011 May 28
8
Cisco registration problem with 1.8.3.3
I am having a problem registering my cisco phones which is exactly like that described in http://lists.digium.com/pipermail/asterisk-users/2011-May/262306.html except that I am on Asterisk 1.8.3.3 and using sip level POS3-07-4-00 The symptoms are: o 7960 lines show [X] o Outbound calls can be made from the phone, including call pickup of inbound calls, but not to it. o Trace shows REGISTER
2007 Aug 02
1
random code questions
merb_dispatcher.rb:28 controller = klass.build(request.body, request.params, route, response) Why not just use a typical constructor? merb_dispatcher.rb:35 raise Merb::HTTPMethodNotAllowed.new(method, allowed) Why not check for this after the action has been dispatched to the controller? controller_mixin.rb:149 def query_parse(qs, d = ''&;'') Why not offload query parsing