When setting a feature code to use the TL-Directed-CallPickup script, we notice that PICKUPMARK is empty... Yes.. we are invoking the feature code while another extension IS ringing. You can see the PICKUPMARK being set from TL-STDEXTEN but Directed Call Pickup doesn't seem to see it. Any thoughts?
provide more info, for all i
provide more info, for all i know you're running the exact version of asterisk that has a problem with directed call pickup
Asterisk
Running 1.4.26-RC5. Watching asterisk monitor... On dialed extension stdexten script shows __PICKUPMARK being set with (some ext - some tenant) which is correct...
However when dialing *88NNN to pick it up the TL-Directed-Callpickup script echos back "PICKUPMARK" instead of what should have been the globally set value of PICKUPMARK.
exten => s,n,Pickup(${MACRO_EXTEN:${ARG1}}${TL_DASH}${tenant}@PICKUPMARK)
Hope this helps.
then you probably have a bad
then you probably have a bad version of asterisk.. you shouldnt be using release candidates anyway. Upgrade to 1.4.27.1 and see if the problem continues.
Anyone???