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

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to