Re: [Asterisk-Users] callback problem

2005-05-16 Thread Darren Wiebe
This is a portion of code out of a callback program I'm using: if ($response eq "1") { verbose("CALLBACK: Callback to $clidnumber confirmed."); $out = new Asterisk::Outgoing; $out->setvariable("Channel", "$channel" . "$clidnumber"); $out->setvariable("MaxRetries", "1"); $out->setvariable("cont

[Asterisk-Users] callback problem

2005-05-16 Thread Kamran Ahmad
hello i am trying to make a callback solution. client will call callback number and call is terminated. now callback server will create a call for that client. actually i have a problem in this process. that server is creating call to client (UA) when previous call is not disconnected yet. UA--