Page 1 of 1

volume increase problem

PostPosted: Mon Dec 04, 2006 3:56 pm
by ramindia
Hi

when iam on call, try to increase the volume from agc

in the cli i get the following error


== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing AGI("Local/148600051@default-aaf1,2", "call_log.agi|148600051") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("Local/148600051@default-aaf1,2", "SIP/148600051@mysip|70|Ttor") in new stack
-- Called 148600051@mysip
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
-- Got SIP response 486 "Busy Here" back from providerip
-- SIP/mysip-006d5ae0 is busy
== Everyone is busy/congested at this time (1:1/0/0)
-- Executing Hangup("Local/148600051@default-aaf1,2", "") in new stack
== Spawn extension (default, 148600051, 3) exited non-zero on 'Local/148600051@default-aaf1,2'
-- Executing DeadAGI("Local/148600051@default-aaf1,2", "agi://127.0.0.1:4577/call_log") in new stack
Dec 5 02:22:02 WARNING[4331]: res_agi.c:210 launch_netscript: Connect to 'agi://127.0.0.1:4577/call_log' failed: Connection refused
== Spawn extension (default, h, 1) exited non-zero on 'Local/148600051@default-aaf1,2'


I have added in the extension.conf as recomended in the examples

exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
exten => _X48600XXX,2,Hangup

exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
exten => _X38600XXX,2,Hangup


any suggestion, i dont see the volume is increasing and decreasing.

Ram

PostPosted: Thu Dec 07, 2006 7:23 pm
by enjay
The only error I see in there is the connection refused and that is because you probably dont have Net::Server installed and you are not running FastAGI (which you may be setup for) but without Net::Server its not gonna run.

perl -MCPAN -e shell

at prompt do a 'install Net::Server'

-Art

PostPosted: Fri Dec 08, 2006 1:57 am
by ramindia
Hi

i have installed Net::Serverbefore iam installing
Astgui 2.0.2 from SVN

any other suggestions

Ram

PostPosted: Fri Dec 08, 2006 10:38 am
by mflorell
You probably have too wide of a wildcard for your outbound dialing trunk and it is trying to dial your SIP provider before it even gets to the volume lowering extensions.

What is your Dial line in extensions.conf that goes over your SIP trunk?

PostPosted: Fri Dec 08, 2006 11:45 am
by ramindia
Hi

here is the way iam sending out the calls
exten => _X.,1,AGI(call_log.agi,${EXTEN})
exten => _X.,2,Dial(SIP/${EXTEN}@provider-gw,70,Ttor)
exten => _X.,3,Hangup

any suggestions

Ram

PostPosted: Sat Dec 09, 2006 8:33 am
by mflorell
OK, that is your problem. You should not have that as your Dial extensions. That will catch everything.

You need to specify your outbound exten to a more detailed level.

What are some numbers that you dial out?

PostPosted: Sat Dec 09, 2006 9:14 am
by ramindia
Hi

its starts with 1XXXXXXXXXX and 011XXXXXXXXXX

Ram

Re: volume increase problem

PostPosted: Mon May 21, 2007 8:34 pm
by albatroz
Is this really possible to increase the volume of a VOIP call?

PostPosted: Mon May 21, 2007 9:50 pm
by ramindia
Hi

yes its possible

but make sure you have proper Dial plan matching that
to increase and decrease the volume at AGC.

ram