Hello I want to meet each country code with separate ivr how do I do it.

Status
Not open for further replies.

yhbilisim

New Member
Feb 13, 2017
28
1
3
32
Hello I want to meet each country code with separate ivr how do I do it.

+39
+33
+49
+1
 

EasyBB

Active Member
Oct 23, 2016
240
33
28
Australia
I want to meet each country code with separate ivr
I am guessing you have inbound numbers (DID) from these countries for people to ring in.

You can address this in many ways.
  • Using a single inbound route dialplan with "groups" matching the country code as condition. You probably need to set break='never' for the condition to progress through the groups.
  • Using different dialplan blocks for each country code.
  • Writing your own Lua script and directing incoming calls to the script.
I would go with the first option to keep everything in one place.
 

yhbilisim

New Member
Feb 13, 2017
28
1
3
32
I am guessing you have inbound numbers (DID) from these countries for people to ring in.

You can address this in many ways.
  • Using a single inbound route dialplan with "groups" matching the country code as condition. You probably need to set break='never' for the condition to progress through the groups.
  • Using different dialplan blocks for each country code.
  • Writing your own Lua script and directing incoming calls to the script.
I would go with the first option to keep everything in one place.


Hello there

First of all, thank you for your reply.

Could you give a sample screenshot for the item you wrote below?

Using a single inbound route dialplan with "groups" matching the country code as condition. You probably need to set break='never' for the condition to progress through the groups.
 
Status
Not open for further replies.