micke@party.pp.se
2004-Jul-08 11:09 UTC
[Asterisk-Users] Using Cisco AS5350 as pstn GW .. one-way audio problem
Hi all. I have a strange problem, I've got a AS5350 hooked up to a telco using two trunked E1's The 5350 should only act as a GW to a sipproxyserver. THe thing is it seems to be only oneway audio? There are no firewall at all, and the audio still only get one-way When I call from pstn --> as5350 --> sip-sip-phone I can here the sip-phone ,, but the sipphone cannot her the pstn-phone. What could be the reason for this ? /Mike
Glen Hinkle
2004-Jul-08 13:25 UTC
[Asterisk-Users] Using Cisco AS5350 as pstn GW .. one-way audio problem
I assume the pstn is your * system. Can you get audio both ways if you send the traffic back to *? pstn -> as5350 -> pstn ? -g On Thu, 2004-07-08 at 14:09, micke@party.pp.se wrote:> Hi all. > > I have a strange problem, I've got a AS5350 hooked up to a telco using > two trunked E1's > > The 5350 should only act as a GW to a sipproxyserver. > > THe thing is it seems to be only oneway audio? > > There are no firewall at all, and the audio still only get one-way > > When I call from pstn --> as5350 --> sip-sip-phone I can here the > sip-phone ,, but the sipphone cannot her the pstn-phone. > > What could be the reason for this ? > > /Mike > > _______________________________________________ > 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
Hi, Id like to record a queue conversation using the Monitor command but the problem im running into is the way i configure it * records the music on hold along with the conversation. Is there a way to start recording when the call is picked up by an agent? Could someone give me a small example of how they set this up. My current extensions.conf portion of the file looks like: [cytelbilling] ;######### Cytel Communications Billing Support ################### exten => s,1,Background(/usr/src/asterisk-sounds/sounds/this-call-may-be) exten => s,2,Background(/usr/src/asterisk-sounds/sounds/monitored) exten => s,3,Background(/usr/src/asterisk-sounds/sounds/or) exten => s,4,Background(/usr/src/asterisk-sounds/sounds/recorded) exten => s,5,Background(/usr/src/asterisk-sounds/sounds/for-quality-purposes) exten => s,6,Answer exten => s,7,SetMusicOnHold(default) exten => s,8,DigitTimeout,5 exten => s,9,ResponseTimeout,10 exten => s,10,Background(/usr/src/asterisk-sounds/sounds/pls-stay-on-line) exten => s,11,Monitor(wav,,m) exten => s,12,Queue(cytelcs) ----------------------- Harold Workman CCNA, CCNP Cytel Communications hworkman@cytelcom.com Ph. 281-449-4000 x3098
Get the lastest CVS head it can start monitoring from time the agent picks up the phone. So you get ZERO hold music. bkw> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Harold Workman > Sent: Thursday, July 08, 2004 5:55 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Monitor cmd and Queues > > Hi, > > Id like to record a queue conversation using the Monitor command but the > problem im running into is the way i configure it * records the music on > hold along with the conversation. Is there a way to start recording when > the call is picked up by an agent? Could someone give me a small example > of > how they set this up. My current extensions.conf portion of the file > looks > like: > > > > > > [cytelbilling] ;######### Cytel Communications Billing Support > ################### > exten => s,1,Background(/usr/src/asterisk-sounds/sounds/this-call-may-be) > exten => s,2,Background(/usr/src/asterisk-sounds/sounds/monitored) > exten => s,3,Background(/usr/src/asterisk-sounds/sounds/or) > exten => s,4,Background(/usr/src/asterisk-sounds/sounds/recorded) > exten => > s,5,Background(/usr/src/asterisk-sounds/sounds/for-quality-purposes) > exten => s,6,Answer > exten => s,7,SetMusicOnHold(default) > exten => s,8,DigitTimeout,5 > exten => s,9,ResponseTimeout,10 > exten => s,10,Background(/usr/src/asterisk-sounds/sounds/pls-stay-on-line) > exten => s,11,Monitor(wav,,m) > exten => s,12,Queue(cytelcs) > > ----------------------- > Harold Workman > CCNA, CCNP > Cytel Communications > hworkman@cytelcom.com > Ph. 281-449-4000 x3098 > > _______________________________________________ > 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
When was this implimented? I am currently running CVS-HEAD-07/07/04-09:34:29 ----------------------- Harold Workman CCNA, CCNP Cytel Communications hworkman@cytelcom.com Ph. 281-449-4000 x3098 -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of brian Sent: Thursday, July 08, 2004 6:44 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Monitor cmd and Queues Get the lastest CVS head it can start monitoring from time the agent picks up the phone. So you get ZERO hold music. bkw> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Harold Workman > Sent: Thursday, July 08, 2004 5:55 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Monitor cmd and Queues > > Hi, > > Id like to record a queue conversation using the Monitor command but the > problem im running into is the way i configure it * records the music on > hold along with the conversation. Is there a way to start recording when > the call is picked up by an agent? Could someone give me a small example > of > how they set this up. My current extensions.conf portion of the file > looks > like: > > > > > > [cytelbilling] ;######### Cytel Communications Billing Support > ################### > exten => s,1,Background(/usr/src/asterisk-sounds/sounds/this-call-may-be) > exten => s,2,Background(/usr/src/asterisk-sounds/sounds/monitored) > exten => s,3,Background(/usr/src/asterisk-sounds/sounds/or) > exten => s,4,Background(/usr/src/asterisk-sounds/sounds/recorded) > exten => > s,5,Background(/usr/src/asterisk-sounds/sounds/for-quality-purposes) > exten => s,6,Answer > exten => s,7,SetMusicOnHold(default) > exten => s,8,DigitTimeout,5 > exten => s,9,ResponseTimeout,10 > exten => s,10,Background(/usr/src/asterisk-sounds/sounds/pls-stay-on-line) > exten => s,11,Monitor(wav,,m) > exten => s,12,Queue(cytelcs) > > ----------------------- > Harold Workman > CCNA, CCNP > Cytel Communications > hworkman@cytelcom.com > Ph. 281-449-4000 x3098 > > _______________________________________________ > 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-admin@lists.digium.com wrote:> When was this implimented? I am currently running > CVS-HEAD-07/07/04-09:34:29 > > > ----------------------- > Harold Workman > CCNA, CCNP > Cytel Communications > hworkman@cytelcom.com > Ph. 281-449-4000 x3098 > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of brian > Sent: Thursday, July 08, 2004 6:44 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Monitor cmd and Queues > > > Get the lastest CVS head it can start monitoring from time the agent > picks up the phone. So you get ZERO hold music. > > bkw > >> -----Original Message----- >> From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- >> admin@lists.digium.com] On Behalf Of Harold Workman >> Sent: Thursday, July 08, 2004 5:55 PM >> To: asterisk-users@lists.digium.com >> Subject: [Asterisk-Users] Monitor cmd and Queues >> >> Hi, >> >> Id like to record a queue conversation using the Monitor command but >> the problem im running into is the way i configure it * records the >> music on hold along with the conversation. Is there a way to start >> recording when the call is picked up by an agent? Could someone >> give me a small example of how they set this up. My current >> extensions.conf portion of the file looks like: >> >> >> >> >> >> [cytelbilling] ;######### Cytel Communications Billing Support >> ################### exten => >> s,1,Background(/usr/src/asterisk-sounds/sounds/this-call-may-be) >> exten => s,2,Background(/usr/src/asterisk-sounds/sounds/monitored) >> exten => s,3,Background(/usr/src/asterisk-sounds/sounds/or) >> exten => s,4,Background(/usr/src/asterisk-sounds/sounds/recorded) >> exten => >> s,5,Background(/usr/src/asterisk-sounds/sounds/for-quality-purposes) >> exten => s,6,Answer exten => s,7,SetMusicOnHold(default) >> exten => s,8,DigitTimeout,5 >> exten => s,9,ResponseTimeout,10 >> exten => >> s,10,Background(/usr/src/asterisk-sounds/sounds/pls-stay-on-line) >> exten => s,11,Monitor(wav,,m) exten => s,12,Queue(cytelcs) >> >> ----------------------- >> Harold Workman >> CCNA, CCNP >> Cytel Communications >> hworkman@cytelcom.com >> Ph. 281-449-4000 x3098 >> >> _______________________________________________ >> 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-usersI upgraded to CVS-HEAD-07/09/04-09:06:28 and with my current configuration it still records my music on hold. Is there any special configuration I need to add to force it not to record the moh before an agent picks up?