search for: add_sdp

Displaying 6 results from an estimated 6 matches for "add_sdp".

Did you mean: add_pda
2010 May 06
3
Possible bug in chan_sip:add_sdp
Am I missing something here? I see if (needvideo) { /* only if video response is appropriate */ add_line(resp, m_video->str); add_line(resp, a_video->str); add_line(resp, hold); /* Repeat hold for the video stream */ } else if (p->offered_media[SDP_VIDEO].offered) { snprintf(dummy_answer,
2007 Jan 10
0
Festival Problems
...See the full debug below: [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:3381 sip_answer: SIP answering channel: SIP/SMEDIA-300-086da000 [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:6255 transmit_response_with_sdp: Setting framing from config on incoming call [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:6003 add_sdp: ** Our capability: 0x10c (ulaw|alaw|g729) Video flag: True [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:6004 add_sdp: ** Our prefcodec: 0x0 (nothing) [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:6155 add_sdp: -- Done with adding codecs to SDP [Jan 10 17:16:05] DEBUG[9082]: chan_sip.c:6200 add_sdp: Done...
2007 May 09
1
Replaces header
...'0xa29dd20' [May 9 08:42:42] DEBUG[20530]: chan_sip.c:3481 sip_answer: SIP answering channel: SIP/128.91.56.38-09c6e8f0 [May 9 08:42:42] DEBUG[20530]: chan_sip.c:6452 transmit_response_with_sdp: Setting framing from config on incoming call [May 9 08:42:42] DEBUG[20530]: chan_sip.c:6220 add_sdp: ** Our capability: 0x4 (ulaw) Video flag: True [May 9 08:42:42] DEBUG[18512]: channel.c:1026 channel_find_locked: Avoiding initial deadlock for channel '0xa29dd20' [May 9 08:42:42] DEBUG[20530]: chan_sip.c:6221 add_sdp: ** Our prefcodec: 0x0 (nothing) [May 9 08:42:42] DEBUG[20530]: c...
2011 May 03
1
Asterisk 1.6 Questions
I have a couple of questions about asterisk 1.6: Can you change codecs mid-call upon re-invite? Can you handle the SDP offer-answer in the 200-ACK instead of the usual INVITE-200? Thanks in advance for any insight. Gary -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Oct 27
0
Asterisk behind nat with hole, hardcoding solution
...nprintf(p->our_contact, sizeof(p->our_contact), "<sip:%s@%s>", p->exten, inet_ntoa(p->ourip)); snprintf(p->our_contact, sizeof(p->our_contact), "<sip:%s@213.84.4.39>", p->exten, inet_ntoa(p->ourip)); } 4. Now find the function add_sdp( ) and replace the variable strings with the ?outside? ip address (two times) as indicated below: snprintf(v, sizeof(v), "v=0\r\n"); // snprintf(o, sizeof(o), "o=root %d %d IN IP4 %s\r\n", getpid(), getpid(), inet_ntoa(dest.sin_addr)); snprintf(o, sizeof(o)...
2010 May 12
3
Asterisk core dumping on SendFax with FFA
...UG[22587]: chan_sip.c:3561 __sip_xmit: Trying to put 'SIP/2.0 100' onto UDP socket destined for 202.167.246.165:5060 [May 12 22:47:15] DEBUG[22725]: chan_sip.c:5034 change_t38_state: T38 state changed to 3 on channel SIP/vltb-sbc01-00000000 [May 12 22:47:15] DEBUG[22725]: chan_sip.c:10410 add_sdp: Done building SDP. Settling with this capability: 0x0 (nothing) [May 12 22:47:15] DEBUG[22725]: chan_sip.c:3561 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 202.167.246.165:5060 [May 12 22:47:15] DEBUG[22725]: channel.c:2434 ast_settimeout: Scheduling timer at (0...