Hello all,
 
When I dial an international number, Asterisk dials the incomplete number before I put in all digits. 
 
For example, when I dial to 01135321XXXXXXX, it pickups and dials 01135321 before I complete the dial. 
 
If I press the redial, it will dial with all digits that I put in before. 
 
If I press all digits quick enough, it will dial fine.  Seems like * picks up to early.
 
    -- Starting simple switch on 'Zap/46-1'
    -- Executing Dial("Zap/46-1", "Zap/g1/01135321") in new stack
    -- Called g1/01135321
    -- Hungup 'Zap/2-1'
  == Spawn extension (outbound, 01135321, 1) exited non-zero on 'Zap/46-1'
    -- Executing Hangup("Zap/46-1", "") in new stack
  == Spawn extension (outbound, h, 1) exited non-zero on 'Zap/46-1'
    -- Hungup 'Zap/46-1'
 
What would I do to fix this?
 
Thanks.

Reply via email to