[Home]

Summary:ASTERISK-06881: The caller can't hear ringing when jitterbuffer is enabled
Reporter:Laszlo Szollosi (szolke)Labels:
Date Opened:2006-05-02 06:06:56Date Closed:2006-05-11 09:46:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:We made an incoming IVR. The caller hears the IVR menu, If he send a digit. He can't hear nothing.
Executing Dial("IAX2/provider's name-8", "IAX2/user-103&IAX2/user-106&IAX2/user-102|60|tT") in new stack
   -- Called user-103
   -- Called user-106
   -- Called user-102
   -- Call accepted by 192.168.10.103 (format gsm)
   -- Format for call is gsm
   -- Call accepted by 192.168.10.106 (format gsm)
   -- Format for call is gsm
   -- Call accepted by 192.168.10.102 (format gsm)
   -- Format for call is gsm
   -- IAX2/user-103-9 is ringing
   -- IAX2/user-106-15 is ringing
   -- IAX2/user-102-16 is ringing

The PROBLEM: the caller don't hear the ringing sound.
;;;;;I tryed to call in without background application.
;;;;;It works great without Background.

The DIALPLAN
exten => s,1,Answer()
exten => s,n,Background(ltkmenu1,m)
exten => s,n,WaitExten(5)
exten => s,n,HangUp()

exten => 1,1,Goto(menu1-1,s,1)
exten => 1,n,HangUp()
exten => 2,1,Goto(menu1-2,s,1)
exten => 2,n,HangUp()
exten => 3,1,Goto(menu1-3,s,1)
exten => 3,n,HangUp()

[menu1-1]
exten => s,1,Set(LANGUAGE()=ivr)
exten => s,n,Dial(IAX2/user-103&IAX2/user-106&IAX2/user-102,60,tT)
exten => s,n,HangUp()

[menu1-2]
exten => s,1,Set(LANGUAGE()=ivr)
exten => s,n,Dial(IAX2/user-100&IAX2/user-104,60,tT)
exten => s,n,HangUp()

[menu1-3]
exten => s,1,Set(LANGUAGE()=ivr)
exten => 3,n,Dial(IAX2/user-104,60,tT)
exten => 3,n,HangUp()


We use: Asterisk SVN-branch-1.2, Linux UBUNTU 2.6.15.6

Comments:By: Serge Vecher (serge-v) 2006-05-02 09:02:02

did you try adding 'r' option to Dial?

show application dial:
 r - Indicate ringing to the calling party.

By: Laszlo Szollosi (szolke) 2006-05-02 10:17:50

Yes. I tried it, but its not working.

Information:
SVN-branch-1.2-r24097M

By: Serge Vecher (serge-v) 2006-05-02 10:19:01

what modifications very done to the original source from SVN?

By: Laszlo Szollosi (szolke) 2006-05-03 03:29:03

I made some test with jitterbuffer.
If the jitterbuffer=no (on both server)
the caller can hear the ringtones.

By: Serge Vecher (serge-v) 2006-05-03 09:00:01

we still need to know about the nature of your modifications to sources.

By: Serge Vecher (serge-v) 2006-05-11 09:46:01

no response from the reporter.

szolke: if you can reproduce the issue in latest trunk (rev > 26900), please reopen the bug with IAX debug log attached, stating the exact revision used. Thank you.