Click Here To Visit SIP Broker  

Go Back   Voxalot / SIP Broker Support Forums > Voxalot Forums > Voxalot Support

Voxalot Support Support for the Voxalot service.

 
 
Reply
Thread Tools Display Modes
Unread 03-26-2008, 09:12 PM   #1
ptruman
Member
 
Join Date: Sep 2006
Posts: 94
Thanks: 1
Thanked 8 Times in 8 Posts
ptruman is on a distinguished road
Default Webcall broken? (or do I have wrong syntax?)

Ok, I'm stumped.

I have my VSP (voip.co.uk) set up, and it works fine on outgoing calls routed from my SPA3102.

I'm also playing with mobile.voxalot.com

I setup a call route that calls me (sip:XXXXXX@eu.voxalot.com) and tries to call a numeric string via my VSP

It fails "The Sip code you have dialled" etc...

If I put a + on the front, it still fails.

So - how can I tell what Voxalot dials by default, so I can match this in mobile.voxalot.com? It's obviously a URI fail somewhere.

I know voip.co.uk don't like direct inbound URI calls, but this is an outgoing call being made by Voxalot, which is registered and works fine from my ATA - but I can't see the differences!

Help!
ptruman is offline   Reply With Quote
Unread 03-27-2008, 12:08 AM   #2
craig
 
Join Date: Feb 2006
Posts: 243
Thanks: 8
Thanked 130 Times in 72 Posts
craig is a jewel in the roughcraig is a jewel in the roughcraig is a jewel in the rough
Default

Go to the Dial Plan List and at the bottom, you can see an entry field and a Test button. If you enter the number you want to dial and click on Test, it will tell you which dial plan will be used.

--
Craig
craig is offline   Reply With Quote
Unread 03-27-2008, 08:30 AM   #3
ptruman
Member
 
Join Date: Sep 2006
Posts: 94
Thanks: 1
Thanked 8 Times in 8 Posts
ptruman is on a distinguished road
Default

Quote:
Originally Posted by craig View Post
Go to the Dial Plan List and at the bottom, you can see an entry field and a Test button. If you enter the number you want to dial and click on Test, it will tell you which dial plan will be used.

--
Craig
Been there, done that - it's not working
If I dial from my handset/ATA - the call goes out via my ISP.
If I use the same number (with or without a SIP: prefix/suffix) it fails...

Does the dialplan get acted on by webcalls too? (as it asks which provider to send it via?)
i.e. if I know I'm sending via that VSP and DONT need to translate 0800 to 44800 for that VSP, which do I use?


Hence why logs would *really* be useful...
ptruman is offline   Reply With Quote
Unread 03-27-2008, 08:18 PM   #4
craig
 
Join Date: Feb 2006
Posts: 243
Thanks: 8
Thanked 130 Times in 72 Posts
craig is a jewel in the roughcraig is a jewel in the roughcraig is a jewel in the rough
Default

Can you PM me your account number, and I will take a look at our internal logs?

--
Craig
craig is offline   Reply With Quote
Unread 04-03-2008, 01:51 AM   #5
emoci
 
Join Date: Jul 2007
Location: Toronto, Canada
Posts: 1,422
Thanks: 123
Thanked 369 Times in 282 Posts
emoci is a name known to allemoci is a name known to allemoci is a name known to allemoci is a name known to all
Default

Quote:
Originally Posted by ptruman View Post
Ok, I'm stumped.

I have my VSP (voip.co.uk) set up, and it works fine on outgoing calls routed from my SPA3102.

I'm also playing with mobile.voxalot.com

I setup a call route that calls me (sip:XXXXXX@eu.voxalot.com) and tries to call a numeric string via my VSP

It fails "The Sip code you have dialled" etc...

If I put a + on the front, it still fails.

So - how can I tell what Voxalot dials by default, so I can match this in mobile.voxalot.com? It's obviously a URI fail somewhere.

I know voip.co.uk don't like direct inbound URI calls, but this is an outgoing call being made by Voxalot, which is registered and works fine from my ATA - but I can't see the differences!

Help!
Give this another try and see if you hit the same problem with WebCallBack

As per this http://forum.voxalot.com/voxalot-sup...html#post15824 there was a bug affecting WebCallBack and Mobile CallBack that Martin and Craig took the time to track down and fix.....the fix should now be in the production server

I have a feeling from the problem you describe, it maybe the same issue getting in your way here (which should now be resolved)

Last edited by emoci; 04-03-2008 at 03:23 AM.
emoci is offline   Reply With Quote
Unread 04-03-2008, 10:36 AM   #6
ptruman
Member
 
Join Date: Sep 2006
Posts: 94
Thanks: 1
Thanked 8 Times in 8 Posts
ptruman is on a distinguished road
Default

Not quite :\

I did three tests, all using my primary VSP (voip.co.uk) for both sides of the webcallback

Test one:
My number : 44121XXXXXXX
Remote number : 44800XXXXXXX

Failed. Nothing shows in call logs.

Test two:
My number : +44121XXXXXXX
Remote number : +44800XXXXXXX

Failed. Nothing shows in call logs.

Test three:
My number : 0121XXXXXXX
Remote number : 0800XXXXXXX

Success. 9 second call shows in call logs.

Now, I have the following dialplans :
_00. || +${EXTEN:2} || Voip.co.uk
_0[125789]. || +44${EXTEN:1} || Voip.co.uk

So, from my ATA (where the dialplans work) basically anything starting with a 01 or 08 should go via voip, and is translated to a full international dial code, with the + sign, and 44 if it's in the UK.

Interesting the "Number" field in the call logs for the successful attempt begins "0121", whereas all other outgoing calls start "+44121".

So we have two issues :

1) webcallback doesn't appear to be applying dialplans - which may be by design
2) if I specify a number in full format (with +44 etc), it's failing on webcallback, but works from my ATA.

Does that help you any?
ptruman is offline   Reply With Quote
Unread 04-03-2008, 11:03 AM   #7
flaquadrat
Member
 
Join Date: Mar 2007
Location: Vienna, Austria
Posts: 91
Thanks: 29
Thanked 15 Times in 14 Posts
flaquadrat is on a distinguished road
Default

Hallo!

... Sorry if You have try this. Maybe You have to add:

_+. || ${EXTEN} || Voip.co.uk
_44. || +${EXTEN} || Voip.co.uk

or
_+. || 00${EXTEN:1} || Voip.co.uk
_44. || 00${EXTEN} || Voip.co.uk

(EDIT by Fla 13:07)

Please test first!

Regards,
Fla

Last edited by flaquadrat; 04-03-2008 at 11:07 AM.
flaquadrat is offline   Reply With Quote
Unread 04-03-2008, 01:06 PM   #8
emoci
 
Join Date: Jul 2007
Location: Toronto, Canada
Posts: 1,422
Thanks: 123
Thanked 369 Times in 282 Posts
emoci is a name known to allemoci is a name known to allemoci is a name known to allemoci is a name known to all
Default

Also keep in mind WebCallBack will only apply Dial Plans if Smart Call is chosen as the provider....

If you were to chose the specific provider yourself, eg 44xxxxx via Voip.co.uk, dialplans will not apply, the number will be sent directly to the VSP (meaning it should be entered as per the VSPs specifications)

Last edited by emoci; 04-03-2008 at 04:32 PM.
emoci is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Broken Audio past three days? Help PSE. vk4akp Voxalot Support 11 07-14-2007 02:23 AM
Sipbroker voice broken pmerrill Voxalot Support 2 07-10-2006 02:06 PM
webcall does not work from today 27/06 554118 Voxalot Support 2 05-28-2006 10:06 AM


All times are GMT. The time now is 09:20 AM.


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