Search found 26 matches

by vad987
Wed Jun 18, 2008 12:09 pm
Forum: Getting Started
Topic: callback provider
Replies: 15
Views: 6439

callback

Fixed problem with intervoip. intervoip registered in voxalot, and voxalot registered MSS
sys.Callback ( "xxxxxxx @ voxalot", "myacc1 @ local", 10)
by vad987
Mon Jun 16, 2008 4:40 pm
Forum: Getting Started
Topic: callback provider
Replies: 15
Views: 6439

Since it says its the call failed to the intervoip leg, it looks like it has something to do with the "FUP exceeded" problem with betamax. Are you able to make calls through this leg when you dial directly from your sip phone? But intervoip has no free day. voxalot + intervoip all is well. Today, c...
by vad987
Sun Jun 15, 2008 6:53 pm
Forum: Getting Started
Topic: callback provider
Replies: 15
Views: 6439

callback

sudeepdennis
Thanks! excellent work all works very well

but after 20 minutes
401 Unauthorized :(
503 Callback in 10s
Betamax clone -intervoip.com

the first call leg to 0049XXXXXX@intervoip was not accepted :(
by vad987
Wed Apr 02, 2008 7:53 pm
Forum: Technical Support
Topic: Ruby Dial Plan and Inbound Routing
Replies: 29
Views: 6418

Another great feature would be that if I call one of my inbound number, mysipswitch recognize my number and calls me back using one of my sip provider, then I can call 3rd party . This would be usefull for mobile phone users with unlimited incoming plan this is what I need as I do? dial plan? # Rub...
by vad987
Tue Apr 01, 2008 7:04 pm
Forum: Technical Support
Topic: Ruby Dial Plan and Inbound Routing
Replies: 29
Views: 6418

jack9901 wrote:I think it is currently not able to do the callback then dialing through because mysipswitch does not process the DTMF in the media.
Thanks! I understood then why callback, as applied?
by vad987
Tue Apr 01, 2008 4:29 pm
Forum: Technical Support
Topic: Ruby Dial Plan and Inbound Routing
Replies: 29
Views: 6418

Outgoing calls and callback

How to write ruby dial plan for outgoing calls via calback? Example: # Ruby dialplan example for sys.Callback sys.Log("call received uri=#{req.URI.User}") sys.Callback("012345@blueface", "023456@voipstunt") works well, but that simply connects bluesip number and my mobile number. whether it is possi...