VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Mailings at kh-dev.de Guest
|
Posted: Sat Jun 27, 2009 6:48 pm Post subject: [Freeswitch-users] Result of an application... |
|
|
Hi,
maybe a stupid question, but how can I find out the result of an application?
If I do (in perl) $session->execute("bridge", "user/${DestNr}\@$VARS{domain}");
How do I know if this was successful or if the user was busy or if the phone doesn’t exist?
Is there any status variable for the result of an execute (or even any other command)?
Thanks, Klaus |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Mon Jun 29, 2009 10:40 am Post subject: [Freeswitch-users] Result of an application... |
|
|
The application interface doesn't return a status like that. Different applications may set channel variables on an app by app basis. if your doing a bridge you can look at for example:
http://wiki.freeswitch.org/wiki/Channel_Variables#originate_disposition
Mike
On Jun 27, 2009, at 7:47 PM, Klaus Hochlehnert wrote:
Quote: | Hi,
maybe a stupid question, but how can I find out the result of an application?
If I do (in perl) $session->execute("bridge", "user/${DestNr}\@$VARS{domain}");
How do I know if this was successful or if the user was busy or if the phone doesn’t exist?
Is there any status variable for the result of an execute (or even any other command)?
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|