« Back to TCL-API

RE: TCL/IVR script (incoming E1, plays a message and forwards call)

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 21 - 27 of 27 results.
of 2
I replaced :
     handoff appl leg_incoming default "DESTINATION=$dest"
with :
    leg setup $dest callInfo leg_incoming

but after message call gets disconnected

debug in attachment
 
Is there a problem that I'm testing it on incoming dial-peer (from CUCM) ?
but without service applied my calls goes through..
Attachments:

Hi Michal,
need to remove the act_Cleanup procedure after leg setup, try with the attached script.
Thanks,
Raghavendra
Attachments:

Hi Michal,

i have tested your script didn't face any issue, are you able to place a call using "leg setup" command instead of "handoff" command.

could you please let us know the ios image version your are using.

Thanks,
Raghavendra

Hi Michal,

i have tested your script didn't face any issue, are you able to place a call using "leg setup" command instead of "handoff" command.

could you please let us know the ios image version your are using.

Thanks,
Raghavendra

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Friday, May 18, 2012 07:33 AM
To: cdicuser@developer.cisco.com <cdicuser@developer.cisco.com>
Subject: New Message from Raghavendra Gutty Veeranagappa in Voice Gateway API (VGAPI) - TCL-API: RE: TCL/IVR script (incoming E1, plays a message and forwards call)

Raghavendra Gutty Veeranagappa has created a new message in the forum "TCL-API":

--------------------------------------------------------------
Hi Michal,
need to remove the act_Cleanup procedure after leg setup, try with the attached script.
Thanks,
Raghavendra
--
To respond to this post, please click the following link:

<http://developer.cisco.com/web/vgapi/forums/-/message_boards/view_message/5748209>

or simply reply to this email.



Information contained in this email is subject to the disclaimer found by clicking on the following link: http://www.lyondellbasell.com/Footer/Disclaimer/

Hi Michal,

i have tested your script didn't face any issue, are you able to place a call using "leg setup" command instead of "handoff" command.

could you please let us know the ios image version your are using.

Thanks,
Raghavendra

Hi
since last post I have succesfully implemented this script and it's working
but there's still one problem - when a phone is busy...
there are few different dial-peers on router, some for PSTN calls, some for mobile networks.. all of them are directed to E1
situation is like this:
sb calls -> router picsk up the call -> plays message -> forwards to CUCM (certain phone number) -> phone is busy
and
when calling party comes from PSTN network it hears busy tone and call gets disconnected
but
when calling party comes from mobile network (different dial-peer) it doesn't hear busy tone, just one clik and call gets dropped
 
Both calls (to mobile and PSTN networks) go out the same dial-peer...
any suggestions ?

Showing 21 - 27 of 27 results.
of 2