klaus.teller at gmx.net Guest
|
Posted: Tue Jun 09, 2009 7:23 am Post subject: [Freeswitch-users] Reject call without answering |
|
|
Hi,
I'm still looking for a way to reject a call without answering. I've tried various things without solution.
Quote: | From the socket interface i tried:
|
SendMsg 9015430e-82cf-418c-bf4c-f3ac6e85caf2
call-command: execute
execute-app-name: respond
execute-app-arg: 503
Quote: | From Javascript, i tried each of the followings:
|
session.hangup();
session.reject();
session.execute("respond", data="503");
In the two first cases as well as in the socket interface case, it seemed as if Freeswitch sent a kill signal to the VoiP provider. But that isn't enough apparently to cancel the call. In the third case, i get the message: Session is not active.
Any other suggestion?
Thanks,
Klaus.
--
GMX FreeDSL mit DSL 6.000 Flatrate und Telefonanschluss nur 17,95 Euro/mtl.!
http://dslspecial.gmx.de/freedsl-aktionspreis/?ac=OM.AD.PD003K11308T4569a
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|