Displaying 3 results from an estimated 3 matches for "agi_network_script".
2007 Mar 10
1
FastAGI Question
...1. When using FastAGI are the initial env vars sent all as one packet or
are they sent line by line?
2. If line by line are they also terminated with a line feed as is
regular AGI?
3. This just needs verification: Passing Variables in 1.2.x. I see that
in 1.2 the variables are appended to the agi_network_script variable
sent. Is this correct?
Thanks for clarification,
--
Warm Regards,
Lee
2007 Aug 09
1
generating a GUID
I have a need to have a GUID (for example,
bcd47ccc-d7c9-ddb6-dc11-6746a770d77d [36 characters long including the
"-"]) generated in the dialplan. Is there any asterisk function that
would do this ? I would prefer not to have to shell out every time a
call comes in.
Julian
2008 Feb 14
1
Error checking asterisk method - suggestions?
...n channel 'Zap/7-1'
-- Executing [s at Incoming:1] Set("Zap/7-1", "DYNAMIC_FEATURES=hangup") in new stack
-- Executing [s at Incoming:2] AGI("Zap/7-1", "agi://localhost/answer.agi") in new stack
AGI Tx >> agi_network: yes
AGI Tx >> agi_network_script: answer.agi
AGI Tx >> agi_request: agi://localhost/answer.agi
AGI Tx >> agi_channel: Zap/7-1
AGI Tx >> agi_language: en
AGI Tx >> agi_type: Zap
AGI Tx >> agi_uniqueid: 1202990552.2
AGI Tx >> agi_callerid: unknown
AGI Tx >> agi_calleridname: unknown
AGI Tx &...