Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to TCL-API
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Threads [
Previous
|
Next
]
Showing 21 - 27 of 27 results.
Items per Page
(Changing the value of this field will reload the page.)
5
10
20
30
50
75
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last
Michal Myszor
Posts:
17
Join Date:
8/18/11
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
5/18/12 10:06 AM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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:
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Raghavendra Gutty Veeranagappa
Posts:
221
Join Date:
4/28/10
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
5/18/12 1:33 PM as a reply to Michal Myszor.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Michal,
need to remove the act_Cleanup procedure after leg setup, try with the attached script.
Thanks,
Raghavendra
Attachments:
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michal Myszor
Posts:
17
Join Date:
8/18/11
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
5/18/12 2:18 PM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michal Myszor
Posts:
17
Join Date:
8/18/11
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
5/18/12 2:19 PM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Cyril Joseph
Posts:
3
Join Date:
6/3/10
Recent Posts
Re: New Message from Raghavendra Gutty Veeranagappa in Voice Gateway API (V
Answer
5/18/12 2:20 PM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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/
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michal Myszor
Posts:
17
Join Date:
8/18/11
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
5/21/12 7:29 AM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michal Myszor
Posts:
17
Join Date:
8/18/11
Recent Posts
RE: TCL/IVR script (incoming E1, plays a message and forwards call)
Answer
10/8/12 1:22 PM as a reply to Michal Myszor.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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 ?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Showing 21 - 27 of 27 results.
Items per Page
(Changing the value of this field will reload the page.)
5
10
20
30
50
75
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last