miguel@amplanet.com.br
2004-Jun-04 11:29 UTC
[Asterisk-Users] RE RE: Asterisk Receptionist manager program.
I have two contexts and there I have some sip clients and some iax clients, in the sip clients a have extentions like, 20, 21, 22, 23, etc; in the iax clients I have some extentions like 2000, 2001, 2002, 2003, etc. My extention is 2003 when I make a call the manager program show me that the extention 20 was originating the call (in red, and show my name/extention)! When I make a call to extention 2002 it show me the oringin and destination as the same extention, extetion 20. When I put a call to 21 it show me as the extention 20 and call the the extention 21. What I can do with the keypad, It didn't make any dial for me. Kind regards, Miguel From: "Brett Nemeroff" <brett@utex.net> To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Asterisk Receptionist manager program. Date: Fri, 4 Jun 2004 12:11:47 -0500 Reply-To: asterisk-users@lists.digium.com Jeremy, Thank you. That is what I mean. And I'm sitting here, looking at the debug window and scratching my head as to HOW he might be using "extension".?? My phone is defined as ACME1000 in sip.conf In extensions.conf I have a: Exten => 1000,1,Dial(SIP/ACME1000) (well, basically) So when I'm at "extension" 1001 (ACME1001 in sip.conf) and I dial 1000. The debug shows the call going to ACME1000. How do you know that "extension" 1000 is ringing?! It seems that you might be making some assumptions on some configuration parameters such as, technology for the extension, context usage, interface naming conventions (sip.conf). I did notice that if I put extension@context for my extension in the prefs.conf file that the voicemail count seems to work. Can you clue me in here as to how to make the other features work. Seems like something I could really use! BTW, I'm a little new to the manager interface, so perhaps I'm just interpreting the messages I see in the debug window. Thanks! -Brett -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Jeremy Jones Sent: Thursday, June 03, 2004 5:16 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Asterisk Receptionist manager program. I think what he means is this: I can have extension 104 defined in multiple contexts, for instance if I host virtual pbxs for multiple customers on one * box. The syntax of my * conf files requires <exten>@<context> if I want to differentiate between these extensions. If you're using the * box for one business, and you ensure that the same extension is not used in multiple contexts you're ok. But otherwise... Same goes for voicemail -- I can have voicemail box 104 in the voicemail context [great_customer], and another 104 in voicemail context [really_great_customer]. Jeremy -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kyle Hagan Sent: Thursday, June 03, 2004 3:46 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Asterisk Receptionist manager program. This is MY prefs.conf Serverip,192.168.1.40 Port,5038 UID,mark PWD,mysecret MyExt,104 ServerIp = Asterisk Server Port = Port for Manager UID = Manager User PWD = Manager Password MyExt = Extention for Asterisk Manager to Monitor, Transfers, Check VoiceMail etc.... (my Extention is 104) MyExt is so the person running the application CANT transfer someone elses calls accidentally. It will only effect ext 104's calls. Did I cearify your question? Kyle Brett Nemeroff wrote:>Ok, > >Maybe I'm missing something here.. What does "Extension" mean without >"Context" also being defined. I don't know what to set in my prefs.conf>file for extension... ?? >-Brett > > > > >>Message: 2 >>Date: Thu, 03 Jun 2004 09:27:44 -0700 >>From: Kyle Hagan <khagan@nuvoinc.com> >>Organization: Nuvo Technologies >>To: asterisk-users@lists.digium.com >>Subject: Re: [Asterisk-Users] Asterisk Receptionist manager program. >>Reply-To: asterisk-users@lists.digium.com >> >>I put a new version up last night. Caller ID shows up on the buttons. >>This time IAX is fixed. Works at home and at work through FWD. >> >>http://www.easyhomenetworks.com/AstRec/ >> >>Has anyone had anyother bugs popup other than the IAX problem? >> >>Some people are asking why the screen shot has more buttons than the >>alpha version. We are going to get the bugs worked out of the existing>>buttons before we add more features. >> >>Kyle >> >> >> > >_______________________________________________ >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 > > > >_______________________________________________ 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 _______________________________________________ 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 --__--__-- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users End of Asterisk-Users Digest
Kyle Hagan
2004-Jun-04 13:04 UTC
[Asterisk-Users] RE RE: Asterisk Receptionist manager program.
We are working on the revision right now. The problem you are having with ext 20 and ext 2000, 20001, etc. should be fixed in the next version. It was coded to instr which it saw ext 20 was in the 2000,2001 and lit that button up. We are changing that, it was just temp. We are using JUST 3 digit extentions so we didnt have that problem here. so it saw ext 20, 200, 2000 etc as ext 20. Which I know is pretty stupid. But is was just for testing. It was also Coded to use home as the context. for originating a call. So that should be fixed soon. We are adding Context to the AstRec.conf for each extention. Kyle miguel@amplanet.com.br wrote:>I have two contexts and there I have some sip clients and some iax clients, >in the sip clients a have extentions like, 20, 21, 22, 23, etc; in the iax >clients I have some extentions like 2000, 2001, 2002, 2003, etc. > >My extention is 2003 when I make a call the manager program show me that the >extention 20 was originating the call (in red, and show my name/extention)! > >When I make a call to extention 2002 it show me the oringin and destination >as the same extention, extetion 20. When I put a call to 21 it show me as >the extention 20 and call the the extention 21. > >What I can do with the keypad, It didn't make any dial for me. > >Kind regards, > >Miguel > > > >From: "Brett Nemeroff" <brett@utex.net> >To: <asterisk-users@lists.digium.com> >Subject: RE: [Asterisk-Users] Asterisk Receptionist manager program. >Date: Fri, 4 Jun 2004 12:11:47 -0500 >Reply-To: asterisk-users@lists.digium.com > >Jeremy, >Thank you. That is what I mean. And I'm sitting here, looking at the >debug window and scratching my head as to HOW he might be using >"extension".?? > >My phone is defined as ACME1000 in sip.conf >In extensions.conf I have a: > >Exten => 1000,1,Dial(SIP/ACME1000) (well, basically) > >So when I'm at "extension" 1001 (ACME1001 in sip.conf) and I dial 1000. >The debug shows the call going to ACME1000. How do you know that >"extension" 1000 is ringing?! It seems that you might be making some >assumptions on some configuration parameters such as, technology for the >extension, context usage, interface naming conventions (sip.conf). > >I did notice that if I put extension@context for my extension in the >prefs.conf file that the voicemail count seems to work. Can you clue me >in here as to how to make the other features work. Seems like something >I could really use! > >BTW, I'm a little new to the manager interface, so perhaps I'm just >interpreting the messages I see in the debug window. > >Thanks! >-Brett > > > >-----Original Message----- >From: asterisk-users-admin@lists.digium.com >[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Jeremy Jones >Sent: Thursday, June 03, 2004 5:16 PM >To: asterisk-users@lists.digium.com >Subject: RE: [Asterisk-Users] Asterisk Receptionist manager program. > > >I think what he means is this: > >I can have extension 104 defined in multiple contexts, for instance if I >host virtual pbxs for multiple customers on one * box. The syntax of my >* conf files requires <exten>@<context> if I want to differentiate >between these extensions. If you're using the * box for one business, >and you ensure that the same extension is not used in multiple contexts >you're ok. But otherwise... > >Same goes for voicemail -- I can have voicemail box 104 in the voicemail >context [great_customer], and another 104 in voicemail context >[really_great_customer]. > >Jeremy > >-----Original Message----- >From: asterisk-users-admin@lists.digium.com >[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kyle Hagan >Sent: Thursday, June 03, 2004 3:46 PM >To: asterisk-users@lists.digium.com >Subject: Re: [Asterisk-Users] Asterisk Receptionist manager program. > > >This is MY prefs.conf > >Serverip,192.168.1.40 >Port,5038 >UID,mark >PWD,mysecret >MyExt,104 > >ServerIp = Asterisk Server >Port = Port for Manager >UID = Manager User >PWD = Manager Password >MyExt = Extention for Asterisk Manager to Monitor, Transfers, Check >VoiceMail etc.... (my Extention is 104) > >MyExt is so the person running the application CANT transfer someone >elses calls accidentally. It will only effect ext 104's calls. > >Did I cearify your question? > >Kyle > >Brett Nemeroff wrote: > > > >>Ok, >> >>Maybe I'm missing something here.. What does "Extension" mean without >>"Context" also being defined. I don't know what to set in my prefs.conf >> >> > > > >>file for extension... ?? >>-Brett >> >> >> >> >> >> >>>Message: 2 >>>Date: Thu, 03 Jun 2004 09:27:44 -0700 >>>From: Kyle Hagan <khagan@nuvoinc.com> >>>Organization: Nuvo Technologies >>>To: asterisk-users@lists.digium.com >>>Subject: Re: [Asterisk-Users] Asterisk Receptionist manager program. >>>Reply-To: asterisk-users@lists.digium.com >>> >>>I put a new version up last night. Caller ID shows up on the buttons. >>>This time IAX is fixed. Works at home and at work through FWD. >>> >>>http://www.easyhomenetworks.com/AstRec/ >>> >>>Has anyone had anyother bugs popup other than the IAX problem? >>> >>>Some people are asking why the screen shot has more buttons than the >>>alpha version. We are going to get the bugs worked out of the existing >>> >>> > > > >>>buttons before we add more features. >>> >>>Kyle >>> >>> >>> >>> >>> >>_______________________________________________ >>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 >> >> >> >> >> >> > >_______________________________________________ >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 > >_______________________________________________ >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 > > > >--__--__-- > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > > >End of Asterisk-Users Digest > > >_______________________________________________ >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 > > > >