ftocc

Inphonex DID inbound routing

anish_s
Posts: 11
Member Since:
2007-04-12

Hello I have recently setup trixbox with 2 DID's from inphonex.

I am currently using 2 DID's including a toll free number.
If I setup with the inbound routes with each DID, the calling party gets "No Service" message and trixbox says "NO CID or No DID match"

The only way to get the incoming calls to work is by making an any DID/ any CID route.
I want to route each DID differently, please help me with this issue.

Regards,
Anish



dswartz
Posts: 164
Member Since:
2006-09-26
DID problem?

Have you looked at the FAQs on inphonex website pertaining to asterisk?



anish_s
Posts: 11
Member Since:
2007-04-12
Inphonex DID inbound routing

I have looked everywhere on the inphonex site. Also, I have googled to no avail.

Is there nobody using similar config? The calls do come in so there is no issue with SIP registration. It only says "NO DID NO CID match" on asterisk console.



dswartz
Posts: 164
Member Since:
2006-09-26
DID routing

one possibility i can think of: try adding '/NNN' at the end of your registration string, where NNN is the DID.



anish_s
Posts: 11
Member Since:
2007-04-12
DID routing inphonex

Solved the issue:
In case of multiple DID's the registration string in the trunks should be

username:password@sip.inphonex.com/DID

where DID is your DID number. Each DID should be associated with a new Virtual no. i.e. username

Thanks to Inphonex for their technical support and to all others in this forum

Anish



drhonk
Posts: 6
Member Since:
2007-03-29
Great that you have solved

Great that you have solved this problem. Now, what if you have multiple DID from the same provider and you want to forward each DID to a different extension?



anish_s
Posts: 11
Member Since:
2007-04-12
associate each DID with a virtual number

Hi! thats no problem, I have 2 DID's from Inphonex, I associated each DID with a separate virtual inphonex number ( I believe you are assigned upto 5 virtual numbers per account for free)

Then register the trunks with each distinct virtualno/DID combo and create inbound routes similarly specifying which DID goes to which destination

Hope this helps.

Regards,
Anish



tlorenzo
Posts: 45
Member Since:
2007-05-23
Inphonex DID incoming

I am trying to get the inphonex to work as well. The first thing I do is register the VN which works fine. If I create any inbound and directed to an exten it works. I am trying to direct that specific VN to a different ext by using hte DID box in the gui. Could someone help to figure this out, because I tried following the instructions from Anish with the register string VN:password@sip.inphonex.com/VN but that didn't work, when I try calling that VN from another VN register with Inphonex it gives me it is unavailable.

Thanks

Tommaso

--

Tommaso



KingKey
Posts: 7
Member Since:
2007-02-09
Thanks! That solved my

Thanks! That solved my problem also.



mvwarehouse
Posts: 1
Member Since:
2007-07-22
Didn't work for me, now inbound is broken

I tried setting the registration to:

username:password@sip.inphonex.com/DID

Which didn't work for me. Even after removing the /DID inbound no longer works. I have deleted and recreated the Inphonex trunk, outbound and inbound routes... My other SIP trunk with another provider still works fine.

Any ideas? It's frustrating the heck out of me that what was working no longer works with the same settings....

Mark



Israela
Posts: 3
Member Since:
2007-10-25
DID

Hi,
I need help setting up DID. I have set up my extensions with each DID but all incoming calls keep going into main greeting instead of the extension.

I'm also having problem with sound. I can make outbound & inbound calls but no sound.

Inphonex is my VoIP provider and I'm using trixbox Pro ® Standard Edition v1.0.3.13

Thanks in advance to anyone who can help me!
Israel



Israela
Posts: 3
Member Since:
2007-10-25
DID

Hi,
I need help setting up DID. I have set up my extensions with each DID but all incoming calls keep going into main greeting instead of the extension.

I'm also having problem with sound. I can make outbound & inbound calls but no sound.

Inphonex is my VoIP provider and I'm using trixbox Pro ® Standard Edition v1.0.3.13

Thanks in advance to anyone who can help me!
Israel



voipmundi
Posts: 2
Member Since:
2007-12-15
Inbound problem

I have the same problem with Varphonex DID I can´t receive calls just make calls.
My users details is like this.

allow=g729&g723
context=from-pstn
disallow=all
fromdomain=varphonex.com
host=sip.varphonex.com
insecure=very
type=friend
user=1234567
username=123467

Any Idea
Thanks in advance



dudemcdudedude
Posts: 49
Member Since:
2007-12-03
Voipmundi, To resolve this

Voipmundi,

To resolve this issue I had to make sure that the Trunk Name comes before the User Context alphabetically it has something to do with how Trixbox reads sip.nat and how Varphonex has their service setup

Outgoing Settings

Trunk Name - Must Come Before the User Context I always start this with an a

Outgoing Settings
call-limit=1
canreinvite=no
dtmfmode=inband
fromdomain=varphonex.com
fromuser=VN
host=sip.varphonex.com
secret=PASSWORD
type=peer
username=VN

Incoming Settings

User Context - Must come after the Trunk Name I start this with an I

User Details
context=from-pstn
dtmfmode=sipinfo
fromdomain=varphonex.com
host=sip.varphonex.com
insecure=very
type=friend
user=VN
username=VN

Register String
VN:PASSWORD@sip.varphonex.com



telligent
Posts: 6
Member Since:
2006-11-13
Struggled for 2 weeks

We struggled with making inbound calls from Inphonex work on Trixbox 2.4 for 2 weeks. When we were on 2.2 (and even 2.3) everything was working fine. We copied the settings straight over from the old system and did a clean install. As soon as we did, inbound stopped working. After much struggling, we determined that there were 2 things were keeping us from getting inbound to work:

1. Whenever you need to make any changes to the "register=VN:password@sip.inphonex.com/DID" line in the sip_nat.conf file, ALWAYS delete the line you want to change, then apply the changes and WAIT for the registration to expire with Inphonex (takes up to 1 hour - login to your account and click on the virtual numbers tab and scroll all the way down). Only after your registration expires, should you put the line back into your sip_nat.conf file (with the changes you want to make of course)

2. There was one setting that we had to change or else inbound refused to work. In the inbound settings, we had to change "insecure=very" to "insecure=invite". If we didn't, it would register, but callers would receive "this number is no longer in service" message. This was the one setting that we had to change for Trixbox 2.4

Hope this helps someone

Steven



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.