[Asterisk-Users] Why does the s extension not work in my extensions.conf file

2005-09-30 Thread Angus Comber

Hello

In my extensions.conf file:

[frompstnisdn]
exten = s,1,Dial(SIP/200SIP/202,20)
exten = s,2,Voicemail(su200)
exten = s,3,Hangup

I use the s, start, extension to handle incoming calls.

In my zapata.conf:
context=frompstnisdn


This works ok on another asterisk box I setup.  But on incoming calls I get:

   -- Extension '787367' in context 'frompstnisdn' from '07768385144' does 
not exist.  Rejecting call on channel 0/1, span 1

   -- Saved useragent X-Lite release 1103m for peer 202
   -- Extension '787367' in context 'frompstnisdn' from '07768385144' does 
not exist.  Rejecting call on channel 0/1, span 1


Do I need to enable something to be able to use the s in extensions.conf?

Angus





___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Why does the s extension not work in my extensions.conf file

2005-09-30 Thread Matt Riddell
Angus Comber wrote:
 Hello
 
 In my extensions.conf file:
 
 [frompstnisdn]
 exten = s,1,Dial(SIP/200SIP/202,20)
 exten = s,2,Voicemail(su200)
 exten = s,3,Hangup

If you really want to use s, you will need to add an extension:

exten = 787367,1,Goto(s,1)

-- 
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
___
--Bandwidth and Colocation sponsored by Easynews.com --

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