hi everyone, i am trying to do the following:
i have pbx installed with sip server running.
all is setup for nat etc.
so, i have 1 user in the sip database lets say sj1 (softphone from sjlabs)
i have an ASR trunk setup named voipdiscount into the PBX to go to voipdiscount.com and that trunk is registered
NOW: what i need to configure into the dial plan so:
1. SJ1 user get registered into sip server
2. picks up the phone, dials for ex 16467051314
3. this call goes straight to the ASR entry i have created before based on the templates using the credentials pre configured for the ASR trunk
my question is: how do you tell in the dial plan to go to the asr trunk that is registered and dial the number sj1 user has dialed?
Thanks for your help as i can not figure this out.
registration and dialing trunk
Moderator: Brekeke Support Team
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
You can control ASR selection a few ways.
1) you can put a prefix on the "to" matching pattern like 9 so when they dial the outgoing number with a 9 prefix it selects that ARS.
2) you can use pattern matching on the "from" matching pattern so for instance everyone whose user id starts with 4 uses this ARS and everyone whose user id starts with 5 uses another ARS.
3) you can use the priority field in the ARS to select routes. You can put a 1 in priority field that you want to have the highest priority.
Generally speaking, you don't need to do anything with the sip server dial plan when using the PBX with sip server. Just concentrate on controlling everything with the ARS.
1) you can put a prefix on the "to" matching pattern like 9 so when they dial the outgoing number with a 9 prefix it selects that ARS.
2) you can use pattern matching on the "from" matching pattern so for instance everyone whose user id starts with 4 uses this ARS and everyone whose user id starts with 5 uses another ARS.
3) you can use the priority field in the ARS to select routes. You can put a 1 in priority field that you want to have the highest priority.
Generally speaking, you don't need to do anything with the sip server dial plan when using the PBX with sip server. Just concentrate on controlling everything with the ARS.