Do you know how plivo would send an incoming call to openvbx?..And how they are creating session with openvbx..what parameter are mostly passing to openvbx while incoming call comes in openvbx.
I have installed Plivo on one of my server and OpenVBX on another machine .
i have gone through openvbx code but i am confused on how plivo send call
on openvbx(normally plivo calling http url while connecting or
disconnecting calls. ).But here hw its works . I have set following url as
a answer url on plivo config file
When I throw answered call on openvbx url (http://<ip>:80/voice/index.php/start_voice), its getting error 4 4 4 Flow not found. i hope it means session is not created .Can u please help me out from this issue.
There is a section for getting flow_id from cookies in
twiml.php of constructor. that fow id is not setting when call send to
openvbx from Plivo. So i hard coded flow id in route.php. now its taking
flow from database and see it as a json values. now i try to convert those
json value to plivo understanding format...
On Wed, Jul 18, 2012 at 2:53 AM, dave-o <d...@gridworkz.com> wrote:
> Hi Pulakkil:
> Do you see any errors in the Plivo logs?
> Cheers,
> Dave
> On Tuesday, 17 July 2012 15:57:14 UTC-4, pulakkil wrote:
>> I have installed Plivo on one of my server and OpenVBX on another machine
>> . i have gone through openvbx code but i am confused on how plivo send call
>> on openvbx(normally plivo calling http url while connecting or
>> disconnecting calls. ).But here hw its works . I have set following url as
>> a answer url on plivo config file
Can anyone help me out to solve dial plugin issues in openvbx. I could have dial to my mobile number but even after answering the calls it keeps ringing[ it happend when dial to PSTN numbers] . when I dial sip to sip, its working fine , calls are being answered and even can talk each other. so what may be the issues. From Freeswitch I Originated calls to pstn numbers and i parked those calls , means doesnt have any problem with freeswitch ..
I have done this, not completly . now i face issues on Dial out from browser sip client ..rest of the things working[means flow ] . i am ready to share that i ahve done if anyone need helps.
On Monday, July 30, 2012 4:40:55 PM UTC+1, Rajendra pulakkil wrote:
> I have done this, not completly . now i face issues on Dial out from > browser sip client ..rest of the things working[means flow ] . i am ready > to share that i ahve done if anyone need helps.
> On Tuesday, 17 July 2012 06:14:42 UTC+5:30, dave-o wrote:
>> Hi Guys:
>> Has anyone tackled porting OpenVPX to Plivo? I'm up for a challenge if >> anyone is interested in joining me.
> We will like to get your feedback on how this is going.
> On Monday, July 30, 2012 4:40:55 PM UTC+1, Rajendra pulakkil wrote:
>> I have done this, not completly . now i face issues on Dial out from
>> browser sip client ..rest of the things working[means flow ] . i am ready
>> to share that i ahve done if anyone need helps.
>> On Tuesday, 17 July 2012 06:14:42 UTC+5:30, dave-o wrote:
>>> Hi Guys:
>>> Has anyone tackled porting OpenVPX to Plivo? I'm up for a challenge if
>>> anyone is interested in joining me.
I could do all the plugins to be done in openvbx over plivo. means i can receive call and pass to any ivr flow . But outbound calls , provisioning numbers etc have to be completed.
On Thursday, August 9, 2012 3:01:01 PM UTC+5:30, chrisazuka wrote:
> Hi Rajendra,
> We will like to get your feedback on how this is going.
> On Monday, July 30, 2012 4:40:55 PM UTC+1, Rajendra pulakkil wrote:
>> I have done this, not completly . now i face issues on Dial out from >> browser sip client ..rest of the things working[means flow ] . i am ready >> to share that i ahve done if anyone need helps.
>> On Tuesday, 17 July 2012 06:14:42 UTC+5:30, dave-o wrote:
>>> Hi Guys:
>>> Has anyone tackled porting OpenVPX to Plivo? I'm up for a challenge if >>> anyone is interested in joining me.
Does anyone know if there is a way to maintain call sessions in plivo . As far as I can see from open source plivo code , session maintenance is done by the client Are there helpers for this.
Hi Everyone , As venky has described in this thread there are many backend differences between plivo and twilio , however I am trying to make a project that can still create a lot more interoperability. I am however new to both plivo and twilio . I would need a hand to help me understand the differences . I can however work on the actual code part . Please shout out if you can help.