[asterisk-bugs] [JIRA] (ASTERISK-16586) Video RTP is not sended to originating SIP extension when using IAX2 to interconnect both servers

Slava Bendersky (JIRA) noreply at issues.asterisk.org
Tue Aug 13 19:25:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-16586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209104#comment-209104 ] 

Slava Bendersky commented on ASTERISK-16586:
--------------------------------------------

Hello Everyone,
I can provide more information.

My setup.

SIP --- IAX trunk --- SIP

Audio travel no problem, but video get rejected right a way. 




Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: NEW    
   Timestamp: 00120ms  SCall: 19548  DCall: 00000 [Ip:4569]
   VERSION         : 2
   CALLED NUMBER   : 24005
   CODEC_PREFS     : (h264|g729)
   CALLING NUMBER  : 102
   CALLING PRESNTN : 0
   CALLING TYPEOFN : 0
   CALLING TRANSIT : 0
   CALLING NAME    : Test
   LANGUAGE        : en
   USERNAME        : netlab-ott
   FORMAT          : 2097408
   FORMAT2         : Unknown
   CAPABILITY      : 2097408
   CAPABILITY2     : Unknown
   ADSICPE         : 2
   DATE TIME       : 2013-08-13  19:11:46
   CALLTOKEN       : 51 bytes

Rx-Frame Retry[ No] -- OSeqno: 009 ISeqno: 011 Type: VIDEO   Subclass: 0
   Timestamp: 12149ms  SCall: 16417  DCall: 00294 [Ip:4569]
Tx-Frame Retry[-01] -- OSeqno: 011 ISeqno: 010 Type: IAX     Subclass: ACK    
   Timestamp: 12149ms  SCall: 00294  DCall: 16417 [Ip:4569]
[2013-08-14 02:22:16] WARNING[4219][C-00000011]: res_rtp_asterisk.c:2640 ast_rtp_write: Don't know how to send format unknown packets with RTP
Tx-Frame Retry[000] -- OSeqno: 011 ISeqno: 010 Type: CONTROL Subclass: SRCUPDT


                
> Video RTP is not sended to originating SIP extension when using IAX2 to interconnect both servers
> -------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-16586
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16586
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Channels/chan_iax2
>            Reporter: Lorenzo Boffelli
>            Severity: Minor
>         Attachments: 20100818.zip, asterisk.log.tar.gz
>
>
> I discovered now the issue 0012902 but it has been declared closed and I can not add comments on it.
> I am having the same problem described in issue 0012902 on asterisk 1.4.33
> Scenario:
> SIP(301)---*1---IAX(Head)---------*2---IAX(Branch)---SIP(401)
> 301 exec a video call passing through the IAX trunk to 401. Only 401 sees 301 video. Video RTP packets are sent by 401 but not get from Asterisk 2.
> Same things happen is the caller is 401.
> videosupport=yes configured on both sip and iax.
> Details on SIP and IAX configuration reported below.
> ****** ADDITIONAL INFORMATION ******
> Asterisk 1 SIP 301 configuration
> --------------------------------
> [301]
> type=friend
> secret=12345
> record_out=Never
> record_in=Never
> qualify=yes
> port=5060
> pickupgroup=
> nat=yes
> mailbox=lisa.green at system.lan
> host=dynamic
> dtmfmode=rfc2833
> dial=SIP/301
> context=from-internal
> canreinvite=no
> callgroup=
> callerid=device <301>
> accountcode=
> call-limit=50
> disallow=all
> allow=alaw
> allow=h264
> Asterisk 1 IAX configuration
> --------------------------------
> [branch]
> host=dynamic
> qualify=yes
> secret=branch
> type=peer
> username=
> disallow=all
> allow=alaw
> allow=h264
> [head]
> context=from-internal
> host=192.168.101.174
> secret=head
> type=user
> disallow=all
> allow=alaw
> allow=h264
> Asterisk 2 SIP 401 configuration
> --------------------------------
> [401]
> type=friend
> secret=12345
> record_out=Never
> record_in=Never
> qualify=yes
> port=5060
> pickupgroup=
> nat=yes
> mailbox=mike.red at system.lan
> host=dynamic
> dtmfmode=rfc2833
> dial=SIP/401
> context=from-internal
> canreinvite=no
> callgroup=
> callerid=device <401>
> accountcode=
> call-limit=50
> disallow=all
> allow=alaw
> allow=h264
> Asterisk 2 IAX configuration
> --------------------------------
> [branch]
> context=from-internal
> host=192.168.101.169
> secret=branch
> type=user
> disallow=all
> allow=alaw
> allow=h264
> [head]
> host=dynamic
> qualify=yes
> secret=head
> type=peer
> username=
> disallow=all
> allow=alaw
> allow=h264

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list