[Asterisk-Users] problem with 1 dialing (recording says must dial 1 when I thought I did)

Kellner, Peter Peter at PeterKellner.net
Mon Mar 28 11:19:03 MST 2005


TRUNKMSD1=1                                     ; MSD digits to strip
(usually 1 or 0)
TRUNKMSD2=2                                     ; MSD digits to strip
(usually 1 or 0)

; logn distance calls
exten => _91NXXNXXXXXX,1,NoOp("Dialing: "${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,3,Congestion


When I dial a long distance number (916503270309 for example) I get the
message (I think from SBC) saying I must first dial a 1.  Other times,
it works, like when I dial this number (914082341389).

Any ideas why would be appreciated.

Thanks,

-Peter

I have a TDM400P with two FXS and two FXO's.

My extensions.conf


TRUNKMSD1=1                                     ; MSD digits to strip
(usually 1 or 0)
TRUNKMSD2=2                                     ; MSD digits to strip
(usually 1 or 0)

; logn distance calls
exten => _91NXXNXXXXXX,1,NoOp("Dialing: "${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD1}})
exten => _91NXXNXXXXXX,3,Congestion



More information about the asterisk-users mailing list