I am trying to create an extension that will ring 2 ip phones if the receptionist doesnt answer.  I have used the following extension:
 
exten => 1401,1,Dial(H323/10.0.3.14,10,r)
exten => 1401,2,Dial(H323/10.0.3.13&H323/10.0.3.14,10,r)
exten => 1401,3,Hangup
 
It appears to work well, i.e. it rings the first phone for 10 seconds, then rings both phones for 10 seconds, then just hangs up.
 
The problem is when both phones are ringing, only answering the second phone (10.0.3.14) actually results in the call being answered.  If I answer the first phone (10.0.3.13) I only get silence, and the second phone keeps ringing.
 
Any ideas??
 

Reply via email to