I have a weird problem with call using my T1 card. I can make calls fine using my analog and IP phones, but when I try to initiate a call using a .call file, I get the following error -- Attempting call on DAHDI/g1/1XXXXXXXXXX for s at test:1 (Retry 1) -- Requested transfer capability: 0x00 - SPEECH -- PROGRESS with cause code 127 received it happens on certain numbers I dial, but if I dial that same number with an ip or analog phone that use the T1 channel, the call is going through normally. Anybody knows why? My call file looks like this: Channel: DAHDI/g1/1XXXXXXXXXX Callerid: XXXXXXXXXX MaxRetries: 1 RetryTime: 5 WaitTime: 60 Context: test Extension: s Priority: 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090316/0eab3f94/attachment.htm
David Backeberg
2009-Mar-18 14:47 UTC
[asterisk-users] T1 problem (call using a .call file)
On Mon, Mar 16, 2009 at 6:42 PM, Pascal Bruno <tipascal at gmail.com> wrote:> I have a weird problem with call using my T1 card. ?I can make calls fine > using my analog and IP phones, but when I try to initiate a call using a > .call file, I get the following error > ?-- Attempting call on DAHDI/g1/1XXXXXXXXXX for s at test:1 (Retry 1) > ?? ?-- Requested transfer capability: 0x00 - SPEECH > ?? ?-- PROGRESS with cause code 127 received > it happens on certain numbers I dial, but if I dial that same number with an > ip or analog phone that use the T1 channel, the call is going through > normally. > Anybody knows why?Are you doing anything silly with prefixing or short-circuit dialing? in other words.. You dial 8 for an outside line, then 1+10 digits and you're forgetting to do that for some numbers?
Danny Nicholas
2009-Mar-19 21:24 UTC
[asterisk-users] T1 problem (call using a .call file)
GLOBAL_OUTBOUNDCID = XXXXXX in extensions.conf [globals] should do the trick -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Doug Lytle Sent: Thursday, March 19, 2009 3:45 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] T1 problem (call using a .call file) Pascal Bruno wrote:> Also very strange, when in my call file I change the callerid line to > SIP/whatever like Danny said, the call go through, but I dont want > that, because when I do so, it is displaying the main number on my T1 > account as caller id and I dont want that, I want to display one of my > other DID as callerid.Then change your caller-id within your dialplan, not the callfile. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
I dont want to change it within my extensions.conf, because I have many dids, and change them on the fly according to the call i am making. I have a web interface where I fill a form that gets the number I am calling, the caller id and context to go etc... I dont want to keep editing extensions.conf and reload, I want to do it directly in the call file. What I dont understand is WHY it works on certain numbers and not all. That is a problem, it is not normal. On Thu, Mar 19, 2009 at 5:24 PM, Danny Nicholas <danny at debsinc.com> wrote:> GLOBAL_OUTBOUNDCID = XXXXXX in extensions.conf [globals] should do the > trick > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Doug Lytle > Sent: Thursday, March 19, 2009 3:45 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] T1 problem (call using a .call file) > > Pascal Bruno wrote: > > Also very strange, when in my call file I change the callerid line to > > SIP/whatever like Danny said, the call go through, but I dont want > > that, because when I do so, it is displaying the main number on my T1 > > account as caller id and I dont want that, I want to display one of my > > other DID as callerid. > > > Then change your caller-id within your dialplan, not the callfile. > > Doug > > > -- > > Ben Franklin quote: > > "Those who would give up Essential Liberty to purchase a little Temporary > Safety, deserve neither Liberty nor Safety." > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.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/20090319/c6bfdb7f/attachment.htm