Help on configuring two DID number on one IP
Posted: Fri Nov 16, 2007 10:09 am
Hi,
Can anybody help me, how to configure 2 DID number to ring on 1 server? i manage to configure 1 DID number, but when i try to configure another DID number...it does not ring on my extension...here is my config:
[sip-incoming]
exten => 19235753113,1,Answer
exten => 19235753113,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 19235753113,3,Dial(SIP/9905,55,o)
exten => 19235753113,4,Hangup
///here is the second....but does not ring
[sip-incoming]
exten => 16622585621,1,Answer
exten => 16622585621,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 16622585621,3,Dial(SIP/9906,55,o)
exten => 16622585621,4,Hangup
is it my configuration correct? or in one server there is only one DID number to ring?
Can anybody help me, how to configure 2 DID number to ring on 1 server? i manage to configure 1 DID number, but when i try to configure another DID number...it does not ring on my extension...here is my config:
[sip-incoming]
exten => 19235753113,1,Answer
exten => 19235753113,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 19235753113,3,Dial(SIP/9905,55,o)
exten => 19235753113,4,Hangup
///here is the second....but does not ring
[sip-incoming]
exten => 16622585621,1,Answer
exten => 16622585621,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 16622585621,3,Dial(SIP/9906,55,o)
exten => 16622585621,4,Hangup
is it my configuration correct? or in one server there is only one DID number to ring?