Anveo Direct

Support zone
Post Reply
httyee
Posts: 5
Joined: Fri May 30, 2008 6:46 pm

Anveo Direct

Post by httyee » Sat May 04, 2013 10:46 pm

Hi
I can't make any call from anveo direct useing sipsorcery or Pbxes
What did I do wrong?

code 404, not found ipp

cosole log

DialPlan 22:11:02:124 sip1(19816): New call from udp:108.172.162.41:1025 successfully authenticated by digest.
DialPlan 22:11:02:155 sip1(19816): Using dialplan 1st Out Bound for Out call to sip:20@sipsorcery.com.
NewCall 22:11:02:155 sip1(19816): Executing script dial plan for call to 20.
DialPlan 22:11:02:234 sip1(19816): ** Call from "Thomas" <sip:40900@sipsorcery.com>;tag=ebf02c5047158ed6o1 to 20 **
DialPlan 22:11:02:234 sip1(19816): Local time: 05/04/2013 15:11
DialPlan 22:11:02:249 sip1(19816): URI dialing: 16042835055@sbc.anveo.com
DialPlan 22:11:02:249 sip1(19816): Commencing Dial with: 16042835055@sbc.anveo.com.
DialPlan 22:11:02:249 sip1(19816): Attempting to locate a provider for call leg: sip:16042835055@sbc.anveo.com.
DialPlan 22:11:02:249 sip1(19816): ForkCall commencing call leg to sip:16042835055@sbc.anveo.com.
DialPlan 22:11:02:249 sip1(19816): Switching to sip:16042835055@sbc.anveo.com:5060 via udp:67.222.131.147:5060.
DialPlan 22:11:02:249 sip1(19816): SDP on UAC call had public IP not mangled, RTP socket 108.172.162.41:16450.
DialPlan 22:11:02:249 sip1(19816): Information response 100 Trying for sip:16042835055@sbc.anveo.com.
DialPlan 22:11:05:280 sip1(19816): Response 404 Not Found ipp for sip:16042835055@sbc.anveo.com.
DialPlan 22:11:05:280 sip1(19816): Call failed: code 404, Not Found ipp
DialPlan 22:11:05:280 sip1(19816): UAS call failed with a response status of 404 and Not Found ipp.
DialPlan 22:11:05:280 sip1(19816): Dialplan cleanup for 40900.
DialPlan 22:11:05:421 sip1(19816): Dial plan execution completed with normal clearing.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Anveo Direct

Post by Aaron » Mon May 06, 2013 10:44 am

II think there's going to be an issue sending calls from sipsorcery to anveodirect as they are authorising calls based on IP address and in sipsorcery's case there are multiple users on a single IP address. I'll check with Denis from Anveo and get back to you.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Anveo Direct

Post by Aaron » Mon May 06, 2013 11:14 am

Denis got back to me in no time at all, which he invariably does (Anveo have great support if anyone is looking for a new termination provider). AnveoDirect does support mulitple users from a single IP address but the catch is the prefix you set on your AnveoDirect Outbound Trunk must be unique AND if someone else happens to place a call with the same prefix it will be billed to you.

What I'd recommend is to use an obscure prefix such as something like 0Kjr82 (prefixes must start with 0, be 6 characters in length and use alpha-numeric characters) and at the same time keep an eye on your AnveoDirect call records.

You might also need to tweak your callerID to get your calls working. My test call got rejected with:

Code: Select all

Response 503 CLI is invalid for sip:0Kjr8261362281198@sbc.anveo.com.
The remedy was to set the caller ID to a numeric value:

Code: Select all

sys.Dial("0Kjr82${dst:3}@sbc.anveo.com[fu=12345678]")
NOTE: Make sure you DON"T use 0Kjr82 as your prefix! It's something I chose at random for illustrative purposes only. you need to come up with your own prefix.

httyee
Posts: 5
Joined: Fri May 30, 2008 6:46 pm

Re: Anveo Direct

Post by httyee » Tue May 07, 2013 2:18 am

Thanks Aaron

Now, it's working perfectly. :D

mail2rst
Posts: 21
Joined: Wed Jan 21, 2015 9:52 pm

Re: Anveo Direct

Post by mail2rst » Wed Jan 21, 2015 10:44 pm

Hi,
I want sipsorcery and anveo direct for forwarding calls to my cell phone number through anveo direct in background. So my arrangement for this is: Anveo direct DID>> sipsorcery URI>> sipsorcery forward this call to my cell phone number through anveo direct (paid for outgoing to anveo direct). I use same dial code as Aaron recommend in incoming sipsorcery dial plan. this system working fine, the only problem in this dial plan is that i received always caller id “12345678” on my cell phone. As we forced to put this callerid in dial plan. So please help me fine tune my dial plan so that my dial plan is able to deliver real person’s callerid on my cell phone. thanks

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Anveo Direct

Post by Aaron » Thu Jan 22, 2015 8:52 am

It depends if and how the caller ID is arriving at sipsorcery.

Add the line below at the top of your incoming dialplan and see if the expected CallerID appears in your dialplan trace. That will let you know if it's at least being passed as far as the sipsorcery server.

Code: Select all

sys.Log("Incoming call from #{req.Header.From.ToString()}.")
Assuming that it is coming through post up the log message and we should be able to work out how to pass it on to your Anveo Direct forward. Most likely it will be something like:

Code: Select all

sys.Dial("0Kjr82${dst:3}@sbc.anveo.com[fu=#{req.Header.From.FromURI.User}]")

mail2rst
Posts: 21
Joined: Wed Jan 21, 2015 9:52 pm

Re: Anveo Direct

Post by mail2rst » Fri Jan 23, 2015 1:40 am

Thank you Arron,
Now my dial plan is working perfectly. I did same corrections in my dial plan as “Aaron” guided. So everything is working according to my requirements. Your Sipsorcery is perfect tool and it is infinite flexible. I want to thanks Aaron & all others, who contribute to make this perfect soft switch.
Thanks,

surya
Posts: 1
Joined: Tue Jul 21, 2015 3:11 pm

Re: Anveo Direct

Post by surya » Tue Jul 21, 2015 3:29 pm

hi everyone,

from many days i am trying to make a trunk working of Anveo Direct. i have asterisk switch but it never worked although sometimes they get some hits like out of 100 they get 1 or 2 but that is not gonna work for my retail traffic. i have tried all what i can do and as far as i know. but no success till this date.

kindly help me, here is the configuration i did.

[anveo_direct_out]
type=peer
host=sbc.anveo.com
port=5060
insecure=port,invite
canreinvite=yes
disallow=all
allow=ulaw

above this i tried with prefix and without prefix too but no luck yet. Please help me

Post Reply