We have a client that has sporadic problems with the *8 pickup facility. The server they are using is 1.8.5 and they are using Snom phones. Every now and then when they try to do a pickup from another phone they get a forbidden message on the phone and I can see the following in the logs. [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL [Aug 8 11:51:53] WARNING[19314] chan_sip.c: No SIP tech_pvt! Fixup of SIP/XXXX-00000404 failed. [Aug 8 11:51:53] WARNING[19314] channel.c: Fixup failed on channel SIP/XXXX-00000404<MASQ>, strange things may happen. Does anyone know what this warning means? Thanks Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
Ah, now this is interesting as one of our clients had the same problem the other day; in our case when they performed the *8 they got an extension unavailable from a completely different dialplan! This was on Asterisk 1.6 though with Snom phones. -- Thanks, Phil ----- Original Message -----> We have a client that has sporadic problems with the *8 pickup > facility. > The server they are using is 1.8.5 and they are using Snom phones. > > Every now and then when they try to do a pickup from another phone > they > get a forbidden message on the phone and I can see the following in > the > logs. > > [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL > [Aug 8 11:51:53] ERROR[19314] astobj2.c: user_data is NULL > [Aug 8 11:51:53] WARNING[19314] chan_sip.c: No SIP tech_pvt! Fixup > of SIP/XXXX-00000404 failed. > [Aug 8 11:51:53] WARNING[19314] channel.c: Fixup failed on channel > SIP/XXXX-00000404<MASQ>, strange things may happen. > > Does anyone know what this warning means? > > Thanks > > Ish > > -- > Ishfaq Malik > Software Developer > PackNet Ltd > > Office: 0161 660 3062 > > > -- > _____________________________________________________________________ > -- 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 >
On Thu, 2011-08-11 at 14:47 +0100, --[ UxBoD ]-- wrote:> Ah, now this is interesting as one of our clients had the same problem the other day; in our case when they performed the *8 they got an extension unavailable from a completely different dialplan! This was on Asterisk 1.6 though with Snom phones.In the case of this server I was looking at, the only time this error occurred was when the pickup request happened in the same second as a dialplan step change so by the time the pick up of the channel was attempted, it no longer existed. -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
in my case i use snom 320 and 370 i flow this link and i can do the pichup with any issue http://asterisk.snom.com/index.php/Asterisk_1.4/Call_Pickup Regards. 2011/8/11 Ishfaq Malik <ish at pack-net.co.uk>> On Thu, 2011-08-11 at 14:47 +0100, --[ UxBoD ]-- wrote: > > Ah, now this is interesting as one of our clients had the same problem > the other day; in our case when they performed the *8 they got an extension > unavailable from a completely different dialplan! This was on Asterisk 1.6 > though with Snom phones. > > In the case of this server I was looking at, the only time this error > occurred was when the pickup request happened in the same second as a > dialplan step change so by the time the pick up of the channel was > attempted, it no longer existed. > -- > Ishfaq Malik > Software Developer > PackNet Ltd > > Office: 0161 660 3062 > > > -- > _____________________________________________________________________ > -- 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/20110811/58927746/attachment.htm>
Hi, Am Montag, den 15.08.2011, 10:18 +1200 schrieb Alec Davis:> > > > If you time the *8 just right so it is being handled during > > the end of > > > the Dial then I got: > > > > > > [Aug 11 16:26:18] ERROR[18458]: astobj2.c:110 INTERNAL_OBJ: > > user_data > > > is NULL [Aug 11 16:26:18] ERROR[18458]: astobj2.c:110 INTERNAL_OBJ: > > > user_data is NULL > > > > Does this happen when using the Pickup() application as well, > > or is it specific to *8? > > > > Another way to get the same result, leaving orpaned channels, and the same > message as above. > > Get the dialplan to execute > Dial(SIP/phone1&SIP/phone2) > > Then simultaneously dial *8 from 2 other phones in the same call/pickup > group as phone1 and phone2.is this bug already reported at the issue tracker/jira? Is someone working on it? Karsten