|
Author
|
Topic: HI VXML GURUs
|
krishan222
Junior Member
Member # 3781
Rate Member
|
posted September 07, 2006 03:57 AM
HI VXML GURUs, I need ur help...In my application, i need to call one number.This is done by using socket programming in java. To that number i am playing one vxml.Now my problem starts from here.In vxml, i need to transfer the call to one extension via same number. I am trying to implement something like auto attendent feature....PLease help me as soon as possible. Waiting for ur reply...............
Posts: 4 | Registered: Sep 2006
| IP: Logged
|
|
DrBoB
Junior Member
Member # 3775
Rate Member
|
posted September 07, 2006 04:34 AM
The way I understand it, you're making an outgoing call using Java. This call uses a particular VXML page, in which you want to transfer the call.
Normally, you can use the <transfer> tag. Depending on whether you want to hairpin the call or not, you can use bridge="true" or "false". Depending on the VoiceXML Browser that you are using, there may be additional tags available for extra functionality. If you're using VXML 2.1, then you have the type attribute, which can be "bridge", "blind", or "consultation" (see VXML 2.1 Spex).
-------------------- Pusing VoiceXML to the masses - www.voice-push.com
Posts: 9 | Registered: Sep 2006
| IP: Logged
|
|
krishan222
Junior Member
Member # 3781
Rate Member
|
posted September 07, 2006 05:04 AM
Thanx for ur instant reply. I already tried transfer tag and it is working when my number to which i have to transfer is different.My problem is something else.I am eloberating my problem. Input to my program is phone no., say P1 and one 4 digit extension say E1.Now my task is to make a outbound call to P1 and play one vxml using java prog.(That is done). Problem is, after calling to P1, i have to transfer it to that extension E1 (using same number P1).Hopes it clarify my problem...If still u have any double, please do reply me...
quote: Originally posted by DrBoB: The way I understand it, you're making an outgoing call using Java. This call uses a particular VXML page, in which you want to transfer the call.
Normally, you can use the <transfer> tag. Depending on whether you want to hairpin the call or not, you can use bridge="true" or "false". Depending on the VoiceXML Browser that you are using, there may be additional tags available for extra functionality. If you're using VXML 2.1, then you have the type attribute, which can be "bridge", "blind", or "consultation" (see VXML 2.1 Spex).
Posts: 4 | Registered: Sep 2006
| IP: Logged
|
|
Chris
Junior Member
Member # 3674
Rate Member
|
posted October 12, 2006 11:39 AM
You can try something like this: <transfer dest="tel:+P1;postd=E1" ... > Hope this helps.
Chris
Posts: 5 | From: Canada | Registered: Jul 2006
| IP: Logged
|
|
|