You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
I'm trying to send the call after 10 sec. ringing to a voicemail application set on /url/urlAfterDial however it always wait 60 secs before call my action url.
I'm sending the following xml as reponse :
<Response>
<Dial action="/url/urlAfterDial" callerId="+111111111" callerName="Caller Name" timeout="10">
<Number gateways="user/">User1</Number>
<Number gateways="user/">User2</Number>
</Dial>
</Response>
What am I doing wrong here? How I set my timeout to ring only 10 secs?
Thanks,
Rodrigo Moreno
unread,
May 4, 2013, 6:08:15 PM5/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
Just to answer my own question, the timeout need to be added in the gateway...