Voxalot / SIP Broker Support Forums

Voxalot / SIP Broker Support Forums (https://forum.sipbroker.com/index.php)
-   Voxalot Support (https://forum.sipbroker.com/forumdisplay.php?f=4)
-   -   Need URGENT Help with Liberailvoip CB (https://forum.sipbroker.com/showthread.php?t=5155)

newjaguar 05-11-2010 04:17 AM

Need URGENT Help with Liberailvoip CB
 
I was using Liberailvoip CB with Voxalot for last two years but now LIV have stopped calls form Voxalot.

Could someone please tell me a new solution or workaround.
Thanks in advance.

PS: I have IPkall number

emoci 05-12-2010 06:09 PM

Quote:

Originally Posted by newjaguar (Post 27832)
I was using Liberailvoip CB with Voxalot for last two years but now LIV have stopped calls form Voxalot.

Could someone please tell me a new solution or workaround.
Thanks in advance.

PS: I have IPkall number

Bring SipSorcery in the middle and see if that does the trick...

Replace the two VoXalot accts used for triggering and calling out with two sipsorcery accts. in LIV

Point your IPKall number to one of the sipsorcery accts, add VoXalot in SipSorcery as an outgoing provider...

I'd reccomend that when you setup your SipSorcery accts you use numbers rather than alphanumeric for usernames...

newjaguar 05-24-2010 07:29 PM

Thanks for the advice.

I have put SipSorcery in the middle.
Triggering the call is no problem but I having problem with SipSorcery to call out. I have added Voxalot as sip provider but I think it can NOT call out. I have tested it by adding SipSprcery account with x-lite, I can not call out.

What am I doing wrong ? Do I have to setup Dial Plans etc. ?

Any suggestions, Thanks again :-)

emoci 06-04-2010 03:31 PM

Quote:

Originally Posted by newjaguar (Post 28108)
Thanks for the advice.

I have put SipSorcery in the middle.
Triggering the call is no problem but I having problem with SipSorcery to call out. I have added Voxalot as sip provider but I think it can NOT call out. I have tested it by adding SipSprcery account with x-lite, I can not call out.

What am I doing wrong ? Do I have to setup Dial Plans etc. ?

Any suggestions, Thanks again :-)

Sorry this maybe a little late....

You need to setup a dialplan within SipSorcery to enable outgoing calls...

If you're just using it for this purpose here's simple dial plan:

Code:


#Ruby

sys.log("***Outgoing Call Starting***")
sys.log("Call being placed by  #{req.Header.From.FromName} at #{req.Header.From.FromURI.User}@#{req.Header.From.FromURI.Host}")
sys.log("Call is for #{req.URI.User}")
caller = req.Header.From.FromURI.User
number_called = req.URI.User
sys.log("*** Call From: #{caller} ***")
sys.log ("***Call To: #{number_called } ***")

sys.Dial("VoXalot")

Assuming "VoXalot" is the name you gave your VoXalot registration in SipSorcery....

newjaguar 06-17-2010 05:50 PM

Half way there :-
 
Hi Thanks for the dialplan within SipSorcery.

I can get the call Back from Liberailvoip BUT when I try to enter number to call its gives me an error (problem or something) as its in Italian I can not understand.

Mysip newjaguar **** sipsorcery.com 5060 In/Out Abil
MysipCB 737337 **** sipsorcery.com 5060 Out Abil

I have no providers or dial plan for newjaguar account and for
737337 I have Voxalot and the dial plan you sent me.

So I can NOT call onces I get the call back..

Thanks in advance


All times are GMT. The time now is 09:30 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.