So I have read and read and read... google is my friend and the wiki is by brother... However, I am still unclear on what the preferred method of using the pound sign is. If the Pound sign is set aside for Transfer.. Then when I make an outbound call to my bank I can not "Enter my PIN followed by Pound" Likewise if I turn off the ability to transfer when initiating a call, my bank pin works great, however I loose that ability to call park the person I called So I can pass the call to someone else in the office. Conf file for park [parkedcalls] exten => 70,1,Answer exten => 70,2,SetMusicOnHold(default) exten => 70,3,ParkAndAnnounce(PARKED,10,SIP/${DIALED-EXTEN}|ext-local,${DIALED-EX TEN},1) exten => 70,4,Hangup exten => _7X[1-9],1,ParkedCall(${EXTEN}) So I could adopt the doublehash patch. but it does not seam to be something to make the CVS. therefore I have to patch patch patch repeatedly. What is everyone else using. If pound pound is not something "Mark the asterisk God" does not wish to add to CVS, would something like the following work # would work as normal "Conduct a pound transfer" However *#, or *## would send a Pound in DTMF to the called party. This way it will keep the Pound Transfer in tact. Anyways I ramble, I am anxious to see how others much brighter than I have solved this issue. ron -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 4673 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050118/6be9631b/attachment.obj
Hi guys, I am getting this kernal error non-stop: "i810_audio: DMA overrun on read"....it just floods the screen with this message. Asterisk still works though.....any idea? Here is my modules.conf file: ************************ ; ; Asterisk configuration file ; ; Module Loader configuration file ; [modules] autoload=yes ; ; If you want, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Modules we dont need so not loading them ; noload => chan_iax2.so noload => chan_skinny.so noload => cdr_pgsql.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; load => chan_modem.so load => res_musiconhold.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load ALSA ; noload => chan_alsa.so ;noload => chan_oss.so ; ; Module names listed in "global" section will have symbols globally ; exported to modules loaded after them. ; [global] chan_modem.so=yes ************************ can I just not load chan_oss.so or is that needed for the sound? I found online some references pointing this error to OSS. Gabe
Theres a couple of ways - Check to see if your bank really requires you to press pound. Mine says to press it, but all pins are fixed length so it may time out after a second or two. Alternatively put a regex in your dialplan to recognise the phone banking and bill payment numbers and call the dial command without transfer. For example here in Australia most banks, bill payments and other information services start with 13 so I match the 13 prefix in the dial plan and dial without the transfer. Craig ----- Original Message ----- From: "Ronald Hartmann" <RHartmann@nnamtraH.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, January 19, 2005 1:32 PM Subject: [Asterisk-Users] # Transfers.> So I have read and read and read... google is my friend and the wiki is > by brother... > > However, I am still unclear on what the preferred method of using the > pound sign is. > > If the Pound sign is set aside for Transfer.. Then when I make an > outbound call to my bank I can not "Enter my PIN followed by Pound" > > Likewise if I turn off the ability to transfer when initiating a call, > my bank pin works great, however I loose that ability to call park the > person I called > So I can pass the call to someone else in the office. > > > Conf file for park > [parkedcalls] > exten => 70,1,Answer > exten => 70,2,SetMusicOnHold(default) > exten => > 70,3,ParkAndAnnounce(PARKED,10,SIP/${DIALED-EXTEN}|ext-local,${DIALED-EX > TEN},1) > exten => 70,4,Hangup > exten => _7X[1-9],1,ParkedCall(${EXTEN}) > > So I could adopt the doublehash patch. but it does not seam to be > something to make the CVS. therefore I have to patch patch patch > repeatedly. > > What is everyone else using. > > If pound pound is not something "Mark the asterisk God" does not wish to > add to CVS, would something like the following work > > # would work as normal "Conduct a pound transfer" > > However *#, or *## would send a Pound in DTMF to the called party. > > This way it will keep the Pound Transfer in tact. > > Anyways I ramble, I am anxious to see how others much brighter than I > have solved this issue. > > ron >---------------------------------------------------------------------------- ----> _______________________________________________ > 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
The current CVS HEAD version already has ## transfer built-in. See the included configs/features.conf.sample file. You can define your own transfer key sequence. There is also an attended transfer feature. features.conf file: [featuremap] blindxfer => ## atxfer => ** This worked very well for me. On Wed, 19 Jan 2005 00:32:15 -0500, Ronald Hartmann <RHartmann@nnamtrah.com> wrote:> So I have read and read and read... google is my friend and the wiki is > by brother... > > However, I am still unclear on what the preferred method of using the > pound sign is. > > If the Pound sign is set aside for Transfer.. Then when I make an > outbound call to my bank I can not "Enter my PIN followed by Pound" > > Likewise if I turn off the ability to transfer when initiating a call, > my bank pin works great, however I loose that ability to call park the > person I called > So I can pass the call to someone else in the office. > > Conf file for park > [parkedcalls] > exten => 70,1,Answer > exten => 70,2,SetMusicOnHold(default) > exten => > 70,3,ParkAndAnnounce(PARKED,10,SIP/${DIALED-EXTEN}|ext-local,${DIALED-EX > TEN},1) > exten => 70,4,Hangup > exten => _7X[1-9],1,ParkedCall(${EXTEN}) > > So I could adopt the doublehash patch. but it does not seam to be > something to make the CVS. therefore I have to patch patch patch > repeatedly. > > What is everyone else using. > > If pound pound is not something "Mark the asterisk God" does not wish to > add to CVS, would something like the following work > > # would work as normal "Conduct a pound transfer" > > However *#, or *## would send a Pound in DTMF to the called party. > > This way it will keep the Pound Transfer in tact. > > Anyways I ramble, I am anxious to see how others much brighter than I > have solved this issue. > > ron > >
Am Mittwoch, 19. Januar 2005 19:18 schrieb Asterisk List:> The current CVS HEAD version already has ## transfer built-in. See > the included configs/features.conf.sample file. You can define your > own transfer key sequence. There is also an attended transfer > feature.What is an attended transfer? :) -- Robert Spielmann ----------------------------------------------------- TAL.DE ?Klaus Internet Service GmbH ?spielmann@tal.de Robertstr. 6 ? ? ? ?* ? ? ?D-42107 Wuppertal, Germany Tel +49 (0) 202 495-364 ?* ?Fax +49 (0) 202 / 495-399
Attended transfer, also called supervised transfer, works like this: While on conversation with another party, you dial "**" the transfer key sequence. Asterisk says "Transfer" then gives you a dial tone, while put the other party on hold music. You dial the transferee number and talk with the transferee to introduce the call, then you can hang up and the other party will be connected with the transferee. In case the transferee does not want to answer the call, he/she simply hang up and you will be back to your original conversation. On Thu, 20 Jan 2005 13:59:36 +0100, Robert Spielmann <spielmann@tal.de> wrote:> > What is an attended transfer? :) > > -- > Robert Spielmann--JJL44
Does someone know a free SIP softphone which can be used from a web page and with Asterisk? Thanks in advance
Does this work with app_queue/chan_agent? Cheers, Ben -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Asterisk List Sent: 20 January 2005 17:28 To: Bruce Komito Cc: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] # Transfers. I justed edited the Wiki Asterisk config file features.conf for this attended transfer features. Please check Wiki again for details. Best regards, --JJL44 On Thu, 20 Jan 2005 09:04:40 -0800 (PST), Bruce Komito <brucek@bagel.com> wrote:> Sorry if I missed the beginning of this thread, but I've never heardof> the "**" transfer key sequence, nor have I found a way to make itwork.> Would you mind, please explaining this further or pointing me tosomewhere> where it's documented? (I checked Wiki and Google but no joy.) > > Thanks > > Bruce Komito > High Sierra Networks, Inc. > www.servers-r-us.com > (775) 236-5815 >_______________________________________________ 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
I have no idea if atxfer works with app_queue/chan_agent. Can anyone try it? Best regards, --JJL44 On Thu, 20 Jan 2005 17:38:25 -0000, Ben Merrills <ben@griffin.com> wrote:> Does this work with app_queue/chan_agent? > > Cheers, > > Ben > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Asterisk > List > Sent: 20 January 2005 17:28 > To: Bruce Komito > Cc: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] # Transfers. > > I justed edited the Wiki Asterisk config file features.conf for this > attended transfer features. Please check Wiki again for details. > > Best regards, > > --JJL44 >-- --JJL44
What needs to be done to make this work? For me, this would be the only time we'd really use attended transfers, on the way from an agent to either another agent, or a member of staff. At the moment we have to make all transfers from agents (i.e. queue calls) via blind transfer. Ben -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jim Kou Sent: 21 January 2005 02:02 To: Asterisk List; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] # Transfers. No, it's doesn't work. Asterisk List on 2005/1/21 01:48 wrote:>I have no idea if atxfer works with app_queue/chan_agent. Can anyonetry it?> >Best regards, > >--JJL44 >On Thu, 20 Jan 2005 17:38:25 -0000, Ben Merrills <ben@griffin.com>wrote:> > >>Does this work with app_queue/chan_agent? >> >>Cheers, >> >>Ben >>-- Jim Kou IT Engineer Malico Inc. Site: http://www.malico.com.tw No.5, Ming-Lung Road, Yang-Mei, Tao-Yuang, Taiwan 32643 Tel: +886-3-472-8155#2218 Fax: +886-3-472-5979 __ __ __ __ ____ ___ _____ ____ _ _ ___ ( \/ ) /__\ ( ) (_ _)/ __)( _ ) (_ _)( \( )/ __) ) ( /(__)\ )(__ _)(_( (__ )(_)( _)(_ ) (( (__ (_/\/\_)(__)(__)(____)(____)\___)(_____) (____)(_)\_)\___)() _______________________________________________ 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