--- In asterisk-anz@yahoogroups.com, "jjones_1st" <b.russell@...>
It should not a problem, make sure that your cel dialling rights are
there. is inbound working fine? as you said local dialing is working
fine,so cell also should work fine.
wrote:
>
> Hi,
>
> I have an issue where I don't seem to be able to dial mobile
phones
> from my Primary Rate service supplied by telstra.
>
> I can dial any local numbers using 9 digits (73001xxxx) interstate
I
> have to dial 39415xxxx (no leading zero) and for mobiles I have
tried
> 0417xxxxxx, 417xxxxxx, neither of which worked, just get back a
> "Channel 1/1, span 1 got hangup request, cause 31".
>
> Telstra claim that it is my equipment as the service is fully
open,
> so I am looking for some hints as to what I need to do to debug
the
> issue. I have googled around but not really found anything useful.
>
> So I guess I might have 2 issues that might be related.
> 1. only having to dial 39415xxxx instead of 03 9415 xxxx
> 2. not being able to dial mobiles at all.
>
> Any help greatly appreciated.
> My environment is :-
> Digium TE110p (the card I got on Bootcamp)
> Centos 4.6
> asterisk-1.4.18
> zaptel-1.4.9
> libpri-1.4.3
>
> Zaptel.conf
> span=1,1,0,ccs,hdb3,crc4
> bchan=1-15
> dchan=16
> bchan=17-31
> loadzone = au
> defaultzone=au
>
>
> Zapata.conf
> ;
> ; Zapata telephony interface
> ;
> ; Configuration file
> ;
> ; You need to restart Asterisk to re-configure the Zap channel
> ; CLI> reload chan_zap.so
> ;will reload the configuration file,
> ;but not all configuration options are
> ; re-configured during a reload.
>
>
>
> [trunkgroups]
> trunkgroup => 1,16
> spanmap => 1,1,1
>
> [channels]
>
> context=inside
>
> ; Setup for the Primary rate card
> echocancel=yes
> echocancelwhenbridged=no
> echotraining=yes
> switchtype=EUROISDN
> context=from_outside
> signalling=pri_cpe
> group=3
> channel => 1-15
> channel => 17-31
> callerid=asrecieved
> pridialplan=unknown
> prilocaldialplan=unknown
> overlapdial=yes
>
> signalling=fxo_ls
> rxwink=300; Atlas seems to use long (250ms) winks
> hidecallerid=no
> callwaiting=yes
> restrictcid=no
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> canpark=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=yes
> rxgain=0.0
> txgain=0.0
> callgroup=1
> pickupgroup=1
>
> immediate=no
>
> Relevant part of the dial plan
> exten => _xxxxxxxxxx,1,noop(${EXTEN} --- ${CALLERID(num)})
> exten => _xxxxxxxxxx,n,set(CALLERID(num)=73231${CALLERID(num)})
> exten => _xxxxxxxxxx,n,dial(zap/g3/${EXTEN:-9})
> exten => _[345]xxxxxxx,1,noop(${EXTEN} --- ${CALLERID(num)})
> exten => _[345]xxxxxxx,n,set(CALLERID(num)=73231${CALLERID(num)})
> exten => _[345]xxxxxxx,n,dial(zap/g3/7${EXTEN})
>