Is it possible to control the dialing format used when making a call from asterisk separately from the inbound format? In my case I have a single robbed-bit T1 configured for featd (to receive ANI and DNIS) on a TE410P. This configuration works fine for inbound calls, however when an outbound call is made on this same T1 asterisk dials outbound in the featd format. I need asterisk to only dial the phone number in the dial string (no more, no less), but as I said before asterisk dials out in the featd format, adding extra digits. If I configure the circuit for E&M the outbound calls work fine, but then I cannot receive the ANI and DNIS on the inbound calls. I need to make both inbound and outbound calls on the same T1 is this a possibility? Has anyone had this issue or can possibly point me I the right direction? Any help would be greatly appreciated. Thanks, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040723/dbda90ff/attachment.htm
Hello, We have over a dozen T1s that are all robbed-bit D4/AMI, E&M Wink and we receive *ANI*DNIS from all of our carriers(10 digit ANI, 4 digit DNIS) and it all works fine. Who is your carrier? and why can't you get ANI if your use E&M? MATT--- -----Original Message----- From: Paul Egger [mailto:paul@egger.org] Sent: Friday, July 23, 2004 5:32 PM To: 'asterisk-users@lists.digium.com' <mailto:'asterisk-users@lists.digium.com'> Subject: [Asterisk-Users] Robbed Bit T1 Configuration Is it possible to control the dialing format used when making a call from asterisk separately from the inbound format? In my case I have a single robbed-bit T1 configured for featd (to receive ANI and DNIS) on a TE410P. This configuration works fine for inbound calls, however when an outbound call is made on this same T1 asterisk dials outbound in the featd format. I need asterisk to only dial the phone number in the dial string (no more, no less), but as I said before asterisk dials out in the featd format, adding extra digits. If I configure the circuit for E&M the outbound calls work fine, but then I cannot receive the ANI and DNIS on the inbound calls. I need to make both inbound and outbound calls on the same T1 is this a possibility? Has anyone had this issue or can possibly point me I the right direction? Any help would be greatly appreciated. Thanks, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040723/41ccfb60/attachment.htm
Matt, Thank you for your response. When we configure for E&M instead of featd, we can see Asterisk receive the *ANI*DNIS (in debug) however, it then attempts to match the received ANI/DNIS to an extension and we receive: Unknown extension '*1231231234*1234' in context 'default' requested If we configure for featd, Asterisk correctly routes the DNIS to extension 1234. Is there something that I'm missing? Paul
Andres, Thank you for your assistance. While extracting the DNIS information is an option, we do need to retain the CallerID/ANI information for use during the call. Seems odd that featd will receive this information properly, but will effect the outbound dialing on the same circuit. Paul>>Matt, >> >>Thank you for your response. When we configure for E&M instead of featd,we>>can see Asterisk receive the *ANI*DNIS (in debug) however, it thenattempts>>to match the received ANI/DNIS to an extension and we receive: >>Unknown extension '*1231231234*1234' in context 'default' requested >> >> >> >With a little bit of extension logic you can try chopping off the first >12 characters and then dial 1234>-- >Andres
Hello, Receiving that is just fine, you just need to get used to wildcards in extensions.conf Here's what we use: exten => _*NXXNXXXXXX*4101*,1,Ringing exten => _*NXXNXXXXXX*4101*,2,Answer if it is a local T1 you will also need to add this: exten => _**4101*,1,Ringing exten => _**4101*,2,Answer (because you can dial a local number without sending CID but you can't on a 800 number) and so on... Hope this helps. MATT--- -----Original Message----- From: Paul Egger [mailto:paul@egger.org] Sent: Friday, July 23, 2004 6:13 PM To: 'asterisk-users@lists.digium.com' Subject: RE: [Asterisk-Users] Robbed Bit T1 Configuration Matt, Thank you for your response. When we configure for E&M instead of featd, we can see Asterisk receive the *ANI*DNIS (in debug) however, it then attempts to match the received ANI/DNIS to an extension and we receive: Unknown extension '*1231231234*1234' in context 'default' requested If we configure for featd, Asterisk correctly routes the DNIS to extension 1234. Is there something that I'm missing? Paul _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hello all, Me again! How to use [Br] on indications.conf file? When I set loadzone = br; defaultzone = br; on /etc/zaptel.conf I receive an error... Maybe I need to setup it from other file... Anyone can help?
> When I set loadzone = br; defaultzone = br; on /etc/zaptel.conf I > receive an error... Maybe I need to setup it from other file... Anyone > can help?indications.conf is for Asterisk, zones defined here are not compiled *into* the zaptel Linux kernel driver. You can use them in language=XX constructs in iax.conf, sip.conf etc If you want loadzone=, then you have to modify zonedata.c and recompile zaptel.