search for: agi_threadid

Displaying 9 results from an estimated 9 matches for "agi_threadid".

2020 May 15
3
Old Asterisk forums not working
...bsite owners to inform them of this problem". Which is odd, as the Qualys test seems to pass, only losing a point for supporting TLS 1.0. But I know it's not just me because Pingdom can't read the page, either. Also, the wiki seems VERY slow today - I'm trying to find out whether agi_threadid is safe to use as an identifier to track a call, rather than casting the uniquedid (a float) to an int (variables don't like dots in the name!). I had thought the agi_threadid would change each time a new thread was started (after an agi_hangup/break etc was sent and the caller returned to dia...
2010 Nov 20
0
AGI CDR Update (with set variable) problem.
...dr output of the calls. No answer: aftercall.php: [agi_context] => DLPN_WorldcallDial aftercall.php: [agi_extension] => h aftercall.php: [agi_priority] => 2 aftercall.php: [agi_enhanced] => 0.0 aftercall.php: [agi_accountcode] => aftercall.php: [agi_threadid] => 139906110289680 aftercall.php: >code<: 200 aftercall.php: >result<: 1 aftercall.php: >data<: aftercall.php: >code<: 200 aftercall.php: >result<: 1 aftercall.php: >data<: 0.04830 aftercall.php: >>>>>>>>>>rate:0.04...
2020 Mar 23
2
Old Asterisk forums not working
Hope you're all well. I know we should be using https://community.asterisk.org/ but until someone lets Google know that it's moved, all the search results (and Asterisk's own search results) come from https://forums.asterisk.org/ In most browsers, it's not displaying; in Firefox, it says: "Content Encoding Error The page you are trying to view cannot be shown because it
2012 Jan 12
1
how to set callerid in php AGI file.
...t; agi_context: outbound <SIP/2209-000026d3>AGI Tx >> agi_extension: 101 <SIP/2209-000026d3>AGI Tx >> agi_priority: 2 <SIP/2209-000026d3>AGI Tx >> agi_enhanced: 0.0 <SIP/2209-000026d3>AGI Tx >> agi_accountcode: <SIP/2209-000026d3>AGI Tx >> agi_threadid: 1386719552 <SIP/2209-000026d3>AGI Tx >> <SIP/2209-000026d3>AGI Rx << ANSWER <SIP/2209-000026d3>AGI Tx >> 200 result=0 <SIP/2209-000026d3>AGI Rx << VERBOSE "------------------------------------------" 1 /home/virendra.bhati/outdial.php: ---...
2011 Mar 11
1
Asterisk 1.8 AGI error ast_carefulwrite: write() returned error
...; agi_context: from-sip <SIP/7657-00000015>AGI Tx >> agi_extension: 7770 <SIP/7657-00000015>AGI Tx >> agi_priority: 1 <SIP/7657-00000015>AGI Tx >> agi_enhanced: 0.0 <SIP/7657-00000015>AGI Tx >> agi_accountcode: <SIP/7657-00000015>AGI Tx >> agi_threadid: -1345438864 <SIP/7657-00000015>AGI Tx >> -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connection -- Remote UNIX connection disconnected <SIP/7657-00000015>AGI Rx << VERBOSE "Found extension (None) in use." 1 allp...
2015 Mar 10
2
Regarding Text To Speech conversion
...ntext: Client-dial-Menu <SIP/1320-00000188>AGI Tx >> agi_extension: 1310 <SIP/1320-00000188>AGI Tx >> agi_priority: 1 <SIP/1320-00000188>AGI Tx >> agi_enhanced: 0.0 <SIP/1320-00000188>AGI Tx >> agi_accountcode: <SIP/1320-00000188>AGI Tx >> agi_threadid: 139811462272768 <SIP/1320-00000188>AGI Tx >> agi_arg_1: Say something in English, when done press the pound key. <SIP/1320-00000188>AGI Tx >> agi_arg_2: en <SIP/1320-00000188>AGI Tx >> <SIP/1320-00000188>AGI Rx << CHANNEL STATUS <SIP/1320-00000188...
2013 Feb 20
2
exten => h,n,AGI(generateCall.php,${NEXT})
...e/dongle0-010000000d>AGI Tx >> agi_extension: h<Dongle/dongle0-010000000d>AGI Tx >> agi_priority: 2<Dongle/dongle0-010000000d>AGI Tx >> agi_enhanced: 0.0<Dongle/dongle0-010000000d>AGI Tx >> agi_accountcode:<Dongle/dongle0-010000000d>AGI Tx >> agi_threadid: 1129301104<Dongle/dongle0-010000000d>AGI Tx >> agi_arg_1: 1<Dongle/dongle0-010000000d>AGI Tx >><Dongle/dongle0-010000000d>AGI Rx << Could not open input file: 1<Dongle/dongle0-010000000d>AGI Tx >> 510 Invalid or unknown command -- <Dongle/dongl...
2012 Feb 25
0
No IVR audio. Jump in RTP sequence number
...cemobile <SIP/STARMG1-000003c0>AGI Tx >> agi_extension: *120 <SIP/STARMG1-000003c0>AGI Tx >> agi_priority: 1 <SIP/STARMG1-000003c0>AGI Tx >> agi_enhanced: 0.0 <SIP/STARMG1-000003c0>AGI Tx >> agi_accountcode: <SIP/STARMG1-000003c0>AGI Tx >> agi_threadid: 1118284096 <SIP/STARMG1-000003c0>AGI Tx >> agi_arg_1: 6 <SIP/STARMG1-000003c0>AGI Tx >> agi_arg_2: voucher <SIP/STARMG1-000003c0>AGI Tx >> <SIP/STARMG1-000003c0>AGI Rx << GET VARIABLE IDCONF <SIP/STARMG1-000003c0>AGI Tx >> 200 result=0 &l...
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to set the CDR(userfield) to a certain vaule using the application map of features.conf but I am not able to do it. When I receive a call I would like to tag it with a client code (3 digit numeric) so I can referenci it later from the CDR. I have edited features.conf with something like: code => #111,self,SET(CDR(userfield(111)) or