search for: lichfield

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

Did you mean: litchfield
2005 Jan 25
1
Re: I think your problem has to do with how you set the variable.
...=> s,7,BackGround(${wavemsg}) If the dial command succeds * goes on the chiamamezzi-Wave context and magically the variables get visible. It seems an unsensible behaviour but probably I lack something, Yes I use pri zapata channels and I am able to see and handle the BUSY event. Luca Jeremy Lichfield wrote: > I think your problem has to do with how you set the variable. It looks > like you have a under score in your variable _number not number. So > you would call it with ${_number}. Are you able to get BUSY in the > DIALSTATUS using the originate command. If so are you using a...
2005 Jan 27
1
Outgoing call on Zap channel always gives DIALSTATUS ANSWER even when BUSY?
Outgoing call on Zap channel always gives DIALSTATUS ANSWER even when BUSY? Has anyone run into this? Here is my conf files: Zaptel: span=823,1,0,d4,ami e&m=1-24 loadzone = us defaultzone=us Zapata: usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
Hi All! Let me explain the problem. When using the Originate? command from the manager api, the dialstatus variable returns results? for whichever phone picks up first, and in this case it is the IAX/2? connection. It doesn't matter if Zap/G2/XXXXXXX is set as the channel,? or an extension either. What I am ultimately trying to do is get the? dialstatus of the Zap/X/XXXXXXX channel, i.e.,
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {