Claudio Canseco
2005-Sep-21 10:52 UTC
[Asterisk-Users] How can i call to a cellphone here in Mexico?
Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050921/1a704a15/attachment.htm
Alex Kauffmann
2005-Sep-21 13:06 UTC
[Asterisk-Users] How can i call to a cellphone here in Mexico?
Claudio: In order to receive help from this list, you need to include more information. How are you connecting to the carrier? What are you using as terminals? Softphone? Which one? SIP or IAX2? Hardphone? Brand and model. Contents of your extensions.conf, zapata.conf, and zaptel.conf Are you using AMP to setup your system? These are just a few of the things I can think of that would allow someone to help you. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Claudio Canseco Sent: Wednesday, September 21, 2005 12:52 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] How can i call to a cellphone here in Mexico? Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050921/6d456b37/attachment.htm
Claudio Canseco
2005-Sep-21 13:45 UTC
[Asterisk-Users] How can i call to a cellphone here in Mexico?
Hi, thanks for your replay Alex: Right now a have an Asterisk server on a Dell Optiplex GX110 (PIII 666MHz, 320 RAM) with no soundcard. With an X100P clone card (an ambient modem). Everything looks good, I've been able to make local calls trough PSTN, IAX, SIP. I only have 1 POTS line, and 4 SIP softphones (X-lite) running all right. The only problem so far I have noticed (or realized of :P), it is that i can make calls to cellularphone numbers, * tries to connect but i get redirected to the emergency service number 066. I don't think it is because of my dialplan, eventhough I tried several configurations. Anyways here is part of the dialplan where my softphones make calls: ;######################################## ;# Llamadas salientes [outgoing] # ;######################################## [outgoing] include => toPSTN include => iaxtel include => fwd-iax ;######## -> PSTN ######## [toPSTN] ; Permite hacer llamadas locales (7-digitos sin contar 9) ignorepat => 9 exten => _92XXXXXX,1,NoOp("Call for "${EXTEN:1}) exten => _92XXXXXX,2,Dial(Zap/1/${EXTEN:1}) exten => _904466XXXXXXXX,1,NoOp("Call for "(${EXTEN:1}) ;Llamadas a Celular exten => _904466XXXXXXXX,2,Dial(Zap/1/ww${EXTEN:1}) ;######## -> IAXTEL ######## [iaxtel] exten => _1700XXXXXXX,1,Dial(IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel<IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel> ) exten => _1888NXXXXXX,1,Dial( IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel<IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel> ) exten => _1877NXXXXXX,1,Dial(IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel<IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel> ) exten => _1866NXXXXXX,1,Dial( IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel<IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel> ) exten => _1800NXXXXXX,1,Dial(IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel <IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel>) ;######## -> FWD ######## [fwd-iax] exten => _3.,1,SetCallerId,${FWDCIDNAME} exten => _3.,2,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1},60,tr) <http://iax2/$%7BFWDNUMBER%7D:$%7BFWDPASSWORD%7D@iax2.fwdnet.net/$%7BEXTEN:1%7D,60,tr)> exten => _3.,3,Congestion ;######################################### ;# Softphone x-lite # ;######################################### [x-lite] ; Note: SIP extensions are defined here as "66" followed by any two digits include => default include => servicios include => outgoing exten => 6600,1,NoOp(Llamada saliente maneja IAX2) exten => 6600,2,Macro(dial,kano00,IAX2/kano00,20,tr) exten => _X,1,NoOp(Llamada saliente maneja SIP) exten => _X,2,Macro(dial,667${EXTEN},SIP/667${EXTEN},20,tr) All softphones working are SIP, and are directed to the [x-lite] context. This is my zapata.conf: [channels] language=es context=incoming signalling=fxs_ks. usecallerid=yes hidecallerid=no callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes echotraining=800 rxgain=0.0 txgain=25.0 group=1 pickupgroup=1 immediate=yes musiconhold=default relaxdtmf=yes ; Relajar el DTMF, poner si asterisk salta o duplica alg?n DTMF, ; dando lugar a un n?mero incorrecto. channel => 1 And my simple configuration file, zaptel.conf: loadzone=mx defaultzone=mx fxsks=1 As you can see this aren't complicated configurations because i only have 1 X100P card, and I am currently using little extensions. Also, I am not using AMP but I'm thinking to installing it over my current installation. I installed asterisk and zaptel from instructions i got from several documentations sites (voip-info wiki, digium, etc). Well, I hope this info can help to look down the problem. Thanks again, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050921/107322bb/attachment.htm
Rene Kluwen
2005-Sep-21 14:58 UTC
[Asterisk-Users] How can i call to a cellphone here in Mexico?
I call to Mexico (fixed and cellular phones) via an IAX2 link. And it gives me no problems at all. What kind of trunk are you using? Maybe you should post your dial plan... probably there is a mistake there... Rene Kluwen Chimit -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Claudio Canseco Sent: woensdag 21 september 2005 19:52 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] How can i call to a cellphone here in Mexico? Hi, I've been trying to dial out to a cellphone, but all my calls get redirected to 066 (the emergency number at my city, like 911) does anyone know how to fix this, any ideas,? does anyone from mexico has done this? Any comment will be highly appreciated, Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050921/8dffd80c/attachment.htm