Displaying 1 result from an estimated 1 matches for "demo_default".
Did you mean:
dao_default
2005 Mar 10
1
Problem with incoming calls.
...o go to separate contexts....
Please see relevant sections from extensions and iax conf. files
Section from IAX.conf:
[448700XXXXXX] ;incoming 0870 number
type=user
username=448700XXXXXX
context=conference
trunking=off
[448450XXXXXX] ;incoming 0845 number
type=user
username=448450XXXXXX
context=demo_default
trunking=off
Section from extensions.conf
[demo_default] ;the 0845 number should go here
exten => 448450XXXXXX,1,Answer
exten => ...i have more here.
[conference] ;the 0870 number should go here
exten => 448700XXXXXX,1,Answer
exten => ...i have more here.
The output on the CLI look...