[Asterisk-Users] chan_capi-cm-0.6 and incoming calls problem

Armin Schindler armin at melware.de
Mon Jun 5 05:30:29 MST 2006


On Mon, 5 Jun 2006, Esteban Guana-Jarrin wrote:
> Thanks Armin
> 
> > > The call is rejected by Asterisk, so it looks like your dialplan
> > > has no rule for accepting calls to '99546476'.
> 
> > > Armin
> 
> 
> My dial plan as shown below is,
> 
> [capi-in]
> exten => s,1,Dial(Sip/123,20)
> exten => s,2,Voicemail(123)
> exten => s,3,Hangup
> 
> I believe I should be able to receive calls with the above.

No, 's' is not used. The called number must be used.
 
> I have also tried the following, and i get the same problem and debug output
> is the same.
> 
> [capi-in]
> exten => 99546476,1,Dial(Sip/123,20)
> exten => 99546476,2,Voicemail(123)
> exten => 99546476,3,Hangup
> 
> Any other ideas ???

That looks correct. Is the context= in capi.conf really set to capi-in ?

Armin




More information about the asterisk-users mailing list