[asterisk-bugs] [JIRA] (ASTERISK-20592) no sound between chan_motif and psi

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue Nov 6 06:57:21 CST 2012


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

Joshua Colp commented on ASTERISK-20592:
----------------------------------------

I've isolated the problem to Psi *requiring* that the payload name for speex be capitalized, despite the RFC for it saying otherwise (http://tools.ietf.org/html/rfc5574). If the payload name is not capitalized it will happily send Asterisk media and receive media, but not send it to the sound card. Change it to be capitalized and boom - it's happy and you can hear audio. I'll see about what can be done for that...
                
> no sound between chan_motif and psi 
> ------------------------------------
>
>                 Key: ASTERISK-20592
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20592
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_motif
>    Affects Versions: 11.0.0-beta2
>         Environment: Centos 5/x86
>            Reporter: Dmitry Melekhov
>            Assignee: Dmitry Melekhov
>            Severity: Minor
>         Attachments: motif.conf, motif.dump, myDebugLog, myDebugLog.11.0, myDebugLog-fromdahdi, xmpp.conf
>
>
> Hello!
> Really, version I'm testing is rc2.
> I call to meetme:
> [jabber-in]                                                                                                                                   
> exten => s,1,NoOp( Call from Gtalk )                                                                                                          
> ;exten => s,n,Answer                                                                                                                          
> exten => s,n,Set(CALLERID(name)=”From Google Talk”)                                                                                           
> ;exten => s,n,Playback(/var/lib/asterisk/sounds/gena)                                                                                         
> ;exten => s,n,Dial(DAHDI/g1/6401,,g)                                                                                                          
> exten => s,n,Meetme(6000,TL(10800000:60000))                                                                                                  
> exten => s,n,Hangup       
> And hear nothing.
> only speex wide band is allowed:
> disallow=all                                                                allow=speex16                      
> I can call another psi just fine.
> And I'll upload traffic dump.
> 22.19 is asterisk, 22.229 is my desktop

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list