Page 1 of 1

Vicidial Incoming Context

PostPosted: Thu Feb 12, 2015 6:04 am
by kalsuremallesh
Hello gays,
Asterisk CLI output:
handle_request_invite: Call from '9XX' to extension 's' rejected because extension not found.

from GSM gw to vicidial server calls are receiving with help of below line in extension.conf.

exten => s,1,AGI(agi-DID_route.agi)

but i need to config in extension.conf with call from number as a eg.991,992,993....
How to route calls from 991 to 1stgroup,992 to 2nd group ?
currently all calls 9XX goes to one group.

please help me.

Thanks In Advance

Re: Vicidial Incoming Context

PostPosted: Fri Feb 13, 2015 9:10 pm
by lvish
add an entry in incoming context with u r incoming 9XX number.



for example.

exten => 991,1,AGI(agi-DID_route.agi)

exten => 992,1,Any other treatment (say have a pop corn) :)))
---