Isaac Xiao
2006-Dec-04 16:41 UTC
[asterisk-users] T1 PRI not announce "this is long distance call, please add 1 for this call..."
Can any one help? In Toronto, we can't identify if a number is long distance call or not. If long distance call, we have to prefix with 1. We should hear a voice prompt as above to indicate that it is not a local call. However, we hear the normal ring back tone (indicating the phone had been connected, but actually not) when we call this long distance call without prefixing "1". Here is the message shown in CLI. Requested transfer capability: 0x00 - SPEECH -- Called g0/9056671191 -- Zap/1-1 is proceeding passing it to SIP/9188-0e6a -- PROGRESS with cause code 127 received -- Zap/1-1 is making progress passing it to SIP/9188-0e6a Thanks in advances. Isaac -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061204/e79b41b3/attachment-0001.htm
Andrew Joakimsen
2006-Dec-04 18:13 UTC
[asterisk-users] T1 PRI not announce "this is long distance call, please add 1 for this call..."
do something like this in your extensions.conf: exten => _NXXNXXXXXX,1,Dial(ZAP/g0/1{$EXTEN}) exten => _222NXXXXXX,1,Dial(ZAP/g0/{$EXTEN}) exten => _223NXXXXXX,1,Dial(ZAP/g0/{$EXTEN}) exten => _224NXXXXXX,1,Dial(ZAP/g0/{$EXTEN}) Where 222, 223 and 224 are local area codes. On 12/4/06, Isaac Xiao <isaac.x@kvbkunlun.com> wrote:> > Can any one help? In Toronto, we can't identify if a number is long > distance call or not. If long distance call, we have to prefix with 1. We > should hear a voice prompt as above to indicate that it is not a local call. > However, we hear the normal ring back tone (indicating the phone had been > connected, but actually not) when we call this long distance call without > prefixing "1". > > Here is the message shown in CLI. > > Requested transfer capability: 0x00 - SPEECH > > -- Called g0/9056671191 > > -- Zap/1-1 is proceeding passing it to SIP/9188-0e6a > > -- PROGRESS with cause code 127 received > > -- Zap/1-1 is making progress passing it to SIP/9188-0e6a > > > > Thanks in advances. > > Isaac > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061204/e017c409/attachment.htm
Possibly Parallel Threads
- RE: SOLVED - T1 PRI not announce "this is long distance call, please add 1 for this call..."
- update - 512 Simultaneous Calls with Digital Recording
- 1.2.9.1 SIP/Local/Queue behaviours weird
- Asterisk: T1 hunt group setup
- No compatible codecs, not accepting this offer! - after upgrading to 1.8.11