search for: pbx_builtin_getvar_help

Displaying 4 results from an estimated 4 matches for "pbx_builtin_getvar_help".

2006 May 03
1
my asterisk crashed
...en from the asterisk as the time of crash is as below I run asterisk-1.2.5 on fedora core 3 with chan_ss7 can someone help out? #0 ast_var_name (var=0x1) at chanvars.c:71 71 if (var->name[0] == '_') { (gdb) bt #0 ast_var_name (var=0x1) at chanvars.c:71 #1 0x0808934e in pbx_builtin_getvar_helper (chan=0x0, name=0xf5bc2d46 "OUTBOUND_GROUP") at pbx.c:5904 #2 0xf5bbe1e4 in dial_exec_full (chan=0xa281820, data=0x0, peerflags=0xf469fee8) at app_dial.c:964 #3 0xf5bc23ed in dial_exec (chan=0x0, data=0x1) at app_dial.c:1601 #4 0x08090aed in pbx_extension_helper (c=0xa281820, con=0x0...
2006 Nov 15
2
some questions about atxfer usage
Hi all. I have enabled the attended transfer feature in features.conf. I'm using it and I want to resolve some questions, I hope someone can help me :) When I transfer a call to an extension: - The extension rings during 15 seconds and the call returns to the "transferer". Is there any possibility to recover the call before the timeout of 15 seconds expires? I mean, I would like
2008 Mar 25
1
How to obtain SIPCHANINFO variables within custom application?
...ures (such as sip_pvt) in my custom application, because there's no chan_sip.h and I can't include it into my application (maybe there's other way?). I can do like this: exten => _X,1,Set(PEERIP=${SIPCHANINFO(peerip)}) exten => _X,2,custom_app and read PEERIP with pbx_builtin_getvar_helper, but that's not an option for me. Any help? Thank you. Regards, Mindaugas Kezys http://www.kolmisoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080325/57c600f2/attachment....
2010 Mar 15
1
CDR: Add Dialed Number Identifierfield (DNID) field into MySQL
Hi, I would like to see the DNID in my MySQL CDR logs. I have read one big thread in the Asterisk Developer List, but I could not figure out how to implement it ? Is there a simple step-by-step. Thx in advance. Vai