No ringing tone after answered call

Hello, I have USB set of GSM + Sound card boght from "mobigater".

# lsusb
Bus 003 Device 022: ID 058f:9720 Alcor Micro Corp.
Bus 003 Device 021: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
Bus 003 Device 020: ID 058f:9254 Alcor Micro Corp. Hub

I am using OpenSUSE 10.2 with kernel version 2.6.18. Custom compiled asterisk 1.4.13 with chan_celliax.so from celliax_stuff-on-trix-2.3.0.4.tgz.

My problem is that i can't hear ringing after Asterisk answers and asks for the extension number. Here is my extensions.conf settings:

[nobigater]
; Mobigater 2 ACM1 6666
exten => nobigater,20,SetCallerID(6666)
exten => nobigater,n,Answer()
exten => nobigater,n,Read(NUM,vm-enter-num-to-call,0,skip,1,10)
exten => nobigater,n,PlayBack(beep)
exten => nobigater,n,Goto(internal,${NUM},1)
exten => nobigater,50,NoOp(${CALLERID(num)})
exten => nobigater,51,HangUp()

The problem is: 1. Someone calls the gateway number. 2. Asterisk picks up 3. Plays the audio file 4. The user enters some extension number 5. Asterisk gets the digits from the user and calls the extension 6. The extension rings!
Here is the time when the user (who called the GSM) must hear Ringing. But i don't here ringing!

The above settings are working if I place them for SIP extension and I hear ringing when the entered extension rings.

Any ideas why this is happening ? I can make the dial command to place MusicOnHold?, but this doesn't work for the users :). Thanks in advance. Best regards.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

confirmed, no indications from chan_celliax

You right, at this moment chan_celliax do not do the "INDICATE" things, eg it do not make you hearing a ringing when you call an extension.

I will add it soon. Sorry for making you thinking about it, it is not yet implemented.

If you register to the website and post here, I will send you an email when chan_celliax do the indications (it will be easy to add, but I'm presently during a trip, so it will take some time before I can do it).

Ciao for now,

Giovanni


Thanks Giovanni

Hi, i knew something isn't right :).
Thanks for your great work!
You should see my e-mail address if not it is ivo (AT) sofiacom (DOT) bg.
I'll wait for your response.
Best regards.
Ivo


Hello Giovani, long time no

Hello Giovani,
long time no hear from you, so I want to update myself on this problem.
Do you have "indications" in chan_celliax ?
Best regards.
Ivo


not yet

Ciao Ivo,

not yet indications on chan_celliax.

Next version will have it. When? Soon ;-)


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.