Mr Gabriel
2008-Dec-07 17:02 UTC
[asterisk-users] International Calls still failing - Confused!
My international calls are not connecting. [general] pridialplan=dynamic ;prilocaldialplan=unknown internationalprefix=00 nationalprefix=0 localprefix= I have the above in my zapta.conf - yet when I dial an international number, I get a ring, then I get the message "the person you are calling, is currently unavailable" This is an ubuntu machine, with a sangoma card, with FreePBX setup, on asterisk 1.4. Incoming calls are working fine - outgoing national, mobile, and local calls are also working fine. I cannot understand why international calls are not working. Any pointers, no matter how outrageous are very, very welcome! Kind Regards: Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081207/45639465/attachment.htm
Steve Totaro
2008-Dec-07 18:32 UTC
[asterisk-users] International Calls still failing - Confused!
On Sun, Dec 7, 2008 at 12:02 PM, Mr Gabriel <gabriel at fusis.com> wrote:> My international calls are not connecting. > > [general] > pridialplan=dynamic > ;prilocaldialplan=unknown > internationalprefix=00 > nationalprefix=0 > localprefix> > I have the above in my zapta.conf - yet when I dial an international number, > I get a ring, then I get the message "the person you are calling, is > currently unavailable" > > This is an ubuntu machine, with a sangoma card, with FreePBX setup, on > asterisk 1.4. Incoming calls are working fine - outgoing national, mobile, > and local calls are also working fine. I cannot understand why international > calls are not working. Any pointers, no matter how outrageous are very, very > welcome! > > Kind Regards: > > Gabriel > > _______________________________________________How many digits is the telco expecting? Have you called your telo for help (Better to leave out the Asterisk stuff" Are you setting caller ID and is it one of your numbers, if not the BTN. -- Thanks, Steve Totaro +18887771888 (Toll Free) +12409381212 (Cell) +12024369784 (Skype)
Tony Mountifield
2008-Dec-07 21:41 UTC
[asterisk-users] International Calls still failing - Confused!
In article <4027205.41228669366491.JavaMail.GABBY-PC-VISTA$@Gabby-PC-Vista>, Mr Gabriel <gabriel at fusis.com> wrote:> My international calls are not connecting. > > [general] > pridialplan=dynamic > ;prilocaldialplan=unknown > internationalprefix=00 > nationalprefix=0 > localprefix=Looks ok. However, you might also want to try "pridialplan=unknown" if you haven't done so already.> I have the above in my zapta.conf - yet when I dial an international number, I get a ring, > then I get the message "the person you are calling, is currently unavailable"Have you been able to determine whether the ring and message are coming from the local Asterisk, or over the line from BT?> This is an ubuntu machine, with a sangoma card, with FreePBX setup, on asterisk 1.4. > Incoming calls are working fine - outgoing national, mobile, and local calls are also > working fine. I cannot understand why international calls are not working. Any pointers, no > matter how outrageous are very, very welcome!I think we need to see a PRI trace of a failed call. Please could you do the following: host*CLI> pri set debug file /tmp/pri.txt host*CLI> pri debug span 1 Then make just one outgoing international call attempt. After it has failed, do this: host*CLI> pri no debug span 1 host*CLI> pri unset debug file Then post the contents of /tmp/pri.txt. If possible try to ensure that your email program does NOT do automatic line wrapping at a certain column, to preserve the format of the log file. That will show us (a) exactly what your Asterisk is sending to BT, and (b) the error code being returned by BT. Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org