Remco Barende
2005-Dec-03 08:42 UTC
[Asterisk-Users] Asterisk 1.2 and weird ZAP interface behaviour
I just upgraded my config from * 1.0.10 to 1.2 I removed caller ID from my configs because when I try to use CallerID (new style) on my IAX provider (magrathea) but whenever I try to make a call I get a message from the provider that "You are not registered to use this service". Removing the callerid stuff seems to solve this. I guess they are not ready for the new updated IAX protocol? Anyways, now to my real problem. I have a TDM11B card. Obviously one connection to the phone line, one connection to an analog phone. I just used the exact same config files as with * 1.0.10 I have this in my /etc/asterisk/zapata.conf: callerid=202 signalling=fxo_ks group=1 context=intern-all channel => 1 Whenever I pick up that phone I get on the console: Dec 3 16:37:36 WARNING[19551]: pbx.c:2347 __ast_pbx_run: Channel 'Zap/1-1' sent into invalid extension 's' in context 'default', but no invalid handler -- Hungup 'Zap/1-1' Okay, but I want to make an OUTGOING call so I don't need this phone to be in default context, do I?? When I add the default context (with s extension) to intern-all whenever I pick up the analog phone it starts ringing my default context like a bat phone. Nice but not what I wanted...... I just want it to give me a dial tone and wait for the number I want to dial. What am I overlooking here??
Begumisa Gerald M
2005-Dec-03 10:00 UTC
[Asterisk-Users] Asterisk 1.2 and weird ZAP interface behaviour
On Sat, 3 Dec 2005, Remco Barende wrote: > Whenever I pick up that phone I get on the console: > Dec 3 16:37:36 WARNING[19551]: pbx.c:2347 __ast_pbx_run: Channel > 'Zap/1-1' sent into invalid extension 's' in context 'default', but no > invalid handler -- Hungup 'Zap/1-1' Have you by chance set "immediate" to yes? IIRC, there's a feature that will send you to the configured context as soon as you pick up your phone (this is in zapata.conf). Might be worth checking that out. Cheers, Gerald.
Eric "ManxPower" Wieling
2005-Dec-04 19:24 UTC
[Asterisk-Users] Asterisk 1.2 and weird ZAP interface behaviour
You have a stray immediate=yes. Try this: grep -v ";" /etc/asterisk/zapata.conf Remco Barende wrote:> > I just upgraded my config from * 1.0.10 to 1.2 > > I removed caller ID from my configs because when I try to use CallerID > (new style) on my IAX provider (magrathea) but whenever I try to make a > call I get a message from the provider that "You are not registered to > use this service". Removing the callerid stuff seems to solve this. I > guess they are not ready for the new updated IAX protocol? > > Anyways, now to my real problem. I have a TDM11B card. Obviously one > connection to the phone line, one connection to an analog phone. > > I just used the exact same config files as with * 1.0.10 > > I have this in my /etc/asterisk/zapata.conf: > callerid=202 > signalling=fxo_ks > group=1 > context=intern-all > channel => 1 > > Whenever I pick up that phone I get on the console: > Dec 3 16:37:36 WARNING[19551]: pbx.c:2347 __ast_pbx_run: Channel > 'Zap/1-1' sent into invalid extension 's' in context 'default', but no > invalid handler -- Hungup 'Zap/1-1' > > Okay, but I want to make an OUTGOING call so I don't need this phone to > be in default context, do I?? > > When I add the default context (with s extension) to intern-all whenever > I pick up the analog phone it starts ringing my default context like a > bat phone. Nice but not what I wanted...... > > I just want it to give me a dial tone and wait for the number I want to > dial. > > > What am I overlooking here?? > > _______________________________________________ > --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 >