Hi celliax team,
you have done a great job so far!
I have been succesfully installed and configured celliax channel on Enfora GSM modem, and able to dial in to asterisk 1.4 on ubuntu.
My problem is when I tried an outgoing call from asterisk through celliax channel. It does dial the correct number, but no sound was heard on the phone. Here is a sample of the dialout command, playing a song when destination number pick up the call:
------------
Channel: Celliax/line0/081320379277
maxretries: 3
retrytime: 60
waittime: 60
callerid: "Song" <77>
application: MP3Player
data: /home/daniel/mp3/ungu.mp3
---------------
The script works well on other channel like SIP or Zap.
Thanks for any clues
Akhmad Daniel
Hi Daniel, I am just trying
Hi Daniel,
I am just trying to install Celliax to work for Astlinux as portable Linux + Asterisk + Freeswitch on USB drive
http://doc.astlinux.org/userdoc:new-install
Please tell me what standard audio player comes preconfigured for Asterisk or Freeswitch ,
as it looks like you can play audio files in Freeswitch using MP3Player, so player of your choice.
In Asterisk I use System command to select media player of my choice + media file/s.
Could you tell me what application is run when you dial in your asterisk ,
as selecting System command to run internal voice recorded is not a right solution,
as line in audio (sound card + GSM phone) track should be processed by DSP and DTMF decoder modules
to let you remotely control and select preset dial plans + MusicOnHold files.
Please PM me
dariusjack@yahoo.co.uk
MP3Player
Hi Darius
I use MP3Player which appears after I installed mp3 player module, it's called format_mp3.so.
Here's the extension that will play a MP3 song when user dial the GSM number.
[gsmchannel]
exten => s,1,Ringing ; Make them comfortable with 2 seconds of ringback
exten => s,n,Wait,2
exten => s,n,Answer()
exten => s,n,MP3Player(/home/daniel/mp3/ungu.mp3)
My problem now is that Asterisk + chan_celliax cannot properly play the song when I put a dialout script into /var/spool/asterisk/outgoing directory, which should work properly when I used other channel like Zap or SIP.
Regards
dialout problem, need more info
Try to generate the call from dialplan or from command line, and if you find problems, please report it here following these guidelines: http://www.gsmopen.org/howtobug
Hi I created this
Hi
I created this dialplan:
exten => _9X.,1,Dial(Celliax/line0/${EXTEN:1})
I tried to dial a number from a SIP phone.
It dials the destination number, but sometimes when the phone picks up, the channel keep ringing as if the phone did not pick up.
Sometimes it connected, but I cannot hear the sound from my SIP phone.
I have checked the volume setting on the mixer.
Any suggestion ?
enfora modem
I don't know the enfora modem.
Does it create a sound device?
You sometimes have sound and sometimes not?
can you put a link to the technical documentation of the enfora?
-giovanni
Hi Giovanni Enfora modem is
Hi Giovanni
Enfora modem is just a GSM modem with a standard AT command set, using USB connection to Linux. I connected the Mic to soundcard's Spk, and the Spk to soundcard's mic.
Here is the link http://www.enfora.com/index.cgi?CONTENT_ID=286&User:LANGUAGE=en .
About the sound, it's not like that. I can hear the sound on my SIP phone, but not on my mobile phone. So it's only one-way sound from mobile phone to SIP phone. I used X-lite software phone actually.
Thanks
enfora modem 2
Sorry for the late answer.
Have you solved the problem?
Maybe you need to check the mixer levels with alsamixer? Activate capture, etc?
-giovanni