Christian Gansberger
2012-Jul-18 10:53 UTC
[asterisk-users] Telecom HU cannot callforward to external number
Hi List! I have a Problem with Telecom Hungary, if I set a callforwarding on the Snom, to an external number (mobile). Versions: Asterisk version 1.4.35, libpri 1.4.11.4, dahdi 2.6.0, snom-7.7.30 When I call the Snom (Extension 68), it responds with "302 moved temporarily", and Asterisk try to dial out over the LOCAL channel using DAHDI. I get a Congestion back from Telecom. Channel 0/2, span 1 got hangup request, cause 21 Here is cli output: -- Accepting call from 'callerid' to '68' on channel 0/1, span 1 -- Executing [s at macro-station-fallback-Q-VM:5] Dial("DAHDI/1-1", "SIP/68|15|tTW") in new stack -- Called 68 -- Got SIP response 302 "Moved Temporarily" back from 10.70.x.xxx -- Now forwarding DAHDI/1-1 to 'Local/*1mobilenr at snom68' (thanks to SIP/68-000076b8) -- Executing [*1mobilenr at snom68:1] Macro("Local/*1mobilenr at snom68-2fe3,2", "dialout-dahdi-test|mobilenr|g1|") in new stack -- Executing [s at macro-dialout-dahdi-test:1] Set("Local/*1mobilenr at snom68-2fe3,2", "CALLERID(number)=") in new stack -- Executing [s at macro-dialout-dahdi-test:2] Dial("Local/*1mobilenr at snom68-2fe3,2", "DAHDI/g1/mobilenr||") in new stack -- Requested transfer capability: 0x00 - SPEECH -- Called g1/mobilnr -- DAHDI/2-1 is proceeding passing it to Local/*1mobilenr at snom68-2fe3,2 -- Local/*1mobilenr at snom68-2fe3,1 is proceeding passing it to DAHDI/1-1 -- Channel 0/2, span 1 got hangup request, cause 21 -- DAHDI/2-1 is circuit-busy -- Hungup 'DAHDI/2-1' == Everyone is busy/congested at this time (1:0/1/0) I have also an output from "pri intense debug" - But I think the Telecom is just not accepting the outgoing call. What do you think? thanks yours christian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120718/a56c2c7e/attachment.htm>
Mitul Limbani
2012-Jul-18 11:07 UTC
[asterisk-users] Telecom HU cannot callforward to external number
Mebe your operator doesnt like the CallerID(num) set as NULL just remove the callerid(num) statement and let the standard callerId get set by network. Regards, Mitul Limbani, Chief Architech & Founder, Enterux Solutions Pvt. Ltd. 110 Reena Complex, Opp. Nathani Steel, Vidyavihar (W), Mumbai - 400 086. India http://www.enterux.com/ http://www.entvoice.com/ email: mitul at enterux.in DID: +91-22-61447605 Cell: +91-9820332422 On Wed, Jul 18, 2012 at 4:23 PM, Christian Gansberger < christian.gansberger at accm.at> wrote:> Hi List! > > I have a Problem with Telecom Hungary, if I set a callforwarding on the > Snom, to an external number (mobile). > Versions: Asterisk version 1.4.35, libpri 1.4.11.4, dahdi 2.6.0, > snom-7.7.30 > > When I call the Snom (Extension 68), it responds with "302 moved > temporarily", and Asterisk try to dial out over the LOCAL channel using > DAHDI. > I get a Congestion back from Telecom. Channel 0/2, span 1 got hangup > request, cause 21 > > > Here is cli output: > > -- Accepting call from 'callerid' to '68' on channel 0/1, span 1 > -- Executing [s at macro-station-fallback-Q-VM:5] Dial("DAHDI/1-1", > "SIP/68|15|tTW") in new stack > -- Called 68 > > -- Got SIP response 302 "Moved Temporarily" back from 10.70.x.xxx > > -- Now forwarding DAHDI/1-1 to 'Local/*1mobilenr at snom68' (thanks to > SIP/68-000076b8) > -- Executing [*1mobilenr at snom68:1] Macro("Local/*1mobilenr at snom68-2fe3,2", > "dialout-dahdi-test|mobilenr|g1|") in new stack > -- Executing [s at macro-dialout-dahdi-test:1] > Set("Local/*1mobilenr at snom68-2fe3,2", "CALLERID(number)=") in new stack > -- Executing [s at macro-dialout-dahdi-test:2] > Dial("Local/*1mobilenr at snom68-2fe3,2", "DAHDI/g1/mobilenr||") in new stack > -- Requested transfer capability: 0x00 - SPEECH > -- Called g1/mobilnr > -- DAHDI/2-1 is proceeding passing it to Local/*1mobilenr at snom68-2fe3 > ,2 > > -- Local/*1mobilenr at snom68-2fe3,1 is proceeding passing it to > DAHDI/1-1 > > -- Channel 0/2, span 1 got hangup request, cause 21 > > -- DAHDI/2-1 is circuit-busy > > -- Hungup 'DAHDI/2-1' > > == Everyone is busy/congested at this time (1:0/1/0) > > > I have also an output from "pri intense debug" - But I think the Telecom > is just not accepting the outgoing call. > What do you think? > > > thanks > yours > christian > > > > > > > > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > 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/20120718/4233f65f/attachment.htm>