[asterisk-users] Sipura 3000 dialplan strings.

John Millican jmillican at sentinelcommunications.com
Tue Aug 22 06:14:48 MST 2006


On Tuesday August 22 2006 7:24 am, Ken D'Ambrosio wrote:
> I'm trying to set up a dialplan that dials via PSTN for:
>
> All eight-digit calls that start with 9
> All 911 calls
> All calls that start with 424 (the local exchange)
>
> I haven't tested 911 -- for obvious reasons.  I may do so after I feel
> more confident.  I've got the starts-with-9 working fine.  But the local
> exchange stuff isn't working, and I'm confused.  Here's a snippet of my
> dialplan:
>
> [lots deleted]|<9,:>xxxxxxx< :@gw0>|424xxxx< :@gw0>)
                                                    
> It does dial 424 numbers, but they go straight through SIP.
>
> Any suggestions?
>
> Thanks!
>
> -Ken
Ken,
Just a hunch but it may be the space in the dial string between the< and the : 

Your string:
<9,:>xxxxxxx< :@gw0>|424xxxx< :@gw0>)
corrected:
<9,:>xxxxxxx<:@gw0>|424xxxx<:@gw0>)
as I said just a guess.
-- 
John Millican
Senior Partner
Director of Technology
Sentinel Communications
PO Box 9
Wentworth, NH 03282
(603) 764-9163




More information about the asterisk-users mailing list