Robert La Ferla | 1 Nov 2007 02:03
Picon

Call Failed

After so many rings when the party does not answer, my SIP phone says  
Call Failed.  Why doesn't it just keep ringing?

Here's the dial plan rule:

exten => _NXXXXXXXXX,1,Dial(SIP/${EXTEN} <at> sip.myprovider.com,,r)
exten => _NXXXXXXXXX,n,Hangup()

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Jim Gottlieb | 1 Nov 2007 01:49

hostname in MySQL CDR records

I would like to send the CDR records from all our machines around the
world to a single database.  But I need the hostname included with each
record for monitoring purposes.

Is there a better way than using the userfield and adding
SetCDRUserfield for every call to set the userfield to the name of the
host?

Thanks...

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Nicolas Ross | 1 Nov 2007 01:57
Picon

Connection astrisk to a RAS (portmaster)

Here's my planed setup :

PRI from telco <--> (port 1 of A104d) * (port 2 of A104d) <--> PM3

The PM3, for those who don't know is lucent's portmaster RAS dial-up router.

I had setup asterisk, zaptel, libpri, wanpipe (as I have sangoma's cards).

In wancfg, I have port 1 as TDM_VOICE, with hardware echo on, span 1. Port 2 
is TDM_VOICE, without hw echo, Clock as master, reference 0 (for the time 
being, I'm still not hooked up with my pri, will be 1 in the future), span 
2. I alswo had to enable High Impedance on port 2 to operate without alarms.

Zaptel.conf:
------------
loadzone=us
defaultzone=us
#Sangoma A104 port 1 [slot:12 bus:0 span: 1]
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
#Sangoma A104 port 2 [slot:12 bus:0 span: 2]
span=2,0,0,esf,b8zs
bchan=25-47
dchan=48

zapata.conf (part of) :
------------
;Sangoma A104 port 1 [slot:12 bus:0 span: 1]
switchtype=national
(Continue reading)

Barry D. Hassler | 1 Nov 2007 04:10
Picon

Re: Asterisk 1.4.13 -- issue with parked calls

We park the calls by transferring to extension 7000, which is our parking extension. We have both Zap and SIP extensions, and I haven't been able to see a pattern if its related to one or the other. The primary person answering the phone is using a SIP phone (Grandstream GXP-2000), we have a small number of analog phones left (2), and other SIP phones (mostly Polycom).

The only clue I've seen with the CLI is that I'll generally see a LOT of entries for active channels on extension 7000 if I do a "show channels". I'll try to catch this situation again and grab the output.

I only started having this problem when I upgraded to the 1.4 version from 1.2.

On 10/31/07, Mojo with Horan & Company, LLC < mojo <at> horanappraisals.com> wrote:
Barry D. Hassler wrote:
> I've tried to find other threads with this same topic, but haven't
> found any... Apologies if this already being discussed....
>
> Running asterisk 1.4.13 (upgraded from 1.4.9) and zaptel 1.4.4.
>
> Having an issue with (I think) parked calls. We tend to park calls,
> but we're often not able to pick them back up, or the other party says
> they get dropped, etc. There doesn't seem to be a specific pattern
> that I've discovered so far. I had this happen to me personally this
> morning -- receptionist parked a call for me on extension 7001, but
> when I dialed 7001, just got dead air. I could see in asterisk that
> the call was indeed parked though, and after calling the person back,
> he reported he was just hearing the lovely on-hold music.
>
> Is there a known issue (and even better, a fix) for this situation?
> Any other information I can provide I'll do so!
What kind of phones are you using? are they Zap or SIP?

Can you provide a CLI output with any tips in it?



_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
Barry D. Hassler
President, HCST

http://www.hcst.net/
937-427-9000
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Matt Riddell | 1 Nov 2007 04:34
Favicon
Gravatar

Re: AEL2 and Callbacks


What do you get if you do dialplan show default?

--
Kind Regards,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com (Great new VoIP end to end solution)
http://www.venturevoip.com/news.php (Daily Asterisk News - html)
http://www.venturevoip.com/newrssfeed.php (Daily Asterisk News - rss)
Tilghman Lesher | 1 Nov 2007 06:48

Re: hostname in MySQL CDR records

On Wednesday 31 October 2007 19:49:24 Jim Gottlieb wrote:
> I would like to send the CDR records from all our machines around the
> world to a single database.  But I need the hostname included with each
> record for monitoring purposes.
>
> Is there a better way than using the userfield and adding
> SetCDRUserfield for every call to set the userfield to the name of the
> host?

If you set systemname in asterisk.conf, that prefix will become part of the
uniqueid field.  You'll probably need to widen that field, though.

--

-- 
Tilghman

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Steve Edwards | 1 Nov 2007 06:57

Re: hostname in MySQL CDR records

On Wed, 31 Oct 2007, Jim Gottlieb wrote:

> I would like to send the CDR records from all our machines around the
> world to a single database.  But I need the hostname included with each
> record for monitoring purposes.
>
> Is there a better way than using the userfield and adding
> SetCDRUserfield for every call to set the userfield to the name of the
> host?

Personally, I think the "userfield" is a hack. I prefer to add properly 
named columns to the cdrs table using cdr_addon_mysql. It makes everything 
so much more obvious -- especially when you don't have to cram several 
values into the singularly obtuse userfield.

I prefer to "retrieve" the CDRs rather than "send" them. This way, you 
only have a single script to retrieve all of the remote CDRs and the 
script is simpler since you don't have to "poll" a directory and try to 
figure out if the remote transfer has finished so you don't process a 
partial file. It also makes it easier to handle a remote host that is 
temporarily unavailable.

I retrieve the CDRs from remote hosts using a script that looks like this 
snippet:

# for each host
         for     HOST in ${HOST_LIST}
         do

# mark the records to be exported
                 mysql\
                         ${USER_AUTH}\
                         --database=mumble\
                         --execute="update cdrs set disposition = 'EXPORTING'"\
                         --host=${HOST}

# dump the cdrs
                 mysqldump\
                         ${USER_AUTH}\
                         --host=${HOST}\
                         --no-create-info\
                         --skip-opt\
                         --where="disposition = 'EXPORTING'"\
                         mumble\
                         cdrs\
                         >/tmp/${HOST}.sql

# load the cdrs into our database
                 mysql\
                         ${USER_AUTH}\
                         --database=mumble\
                         --host=localhost\
                         </tmp/${HOST}.sql

# delete the exported records
                 mysql ${USER_AUTH}\
                         --database=mumble\
                         --execute="delete from cdrs where disposition = 'EXPORTING'"\
                         --host=${HOST}

# end of hosts loop
         done

I am "misusing" the existing disposition column, but I never use it in my 
application anyway :)

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards      sedwards <at> sedwards.com      Voice: +1-760-468-3867 PST
Newline                                             Fax: +1-760-731-3000

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

satish patel | 1 Nov 2007 07:49
Picon
Favicon

Re: G.729 required for IP<--->TDM<--->IP

Thanks

 But is there any voice qulity effect if u use free version G.729 codec or license codec ???

If u go for license then any effect on voice qulity ????


"joakimsen <at> gmail.com" <joakimsen <at> gmail.com> wrote:

Here's a link to the "free" version:

http://asterisk.hosting.lv/


On 10/31/07, Gordon Henderson wrote:
> On Tue, 30 Oct 2007, satish patel wrote:
>
> > Dear all
> >
> > I have already post this question but i need more input for this setup
> >
> > [IPphone]------[Asterisk]----E1---[Avaya]---[ip_Extention]
> >
> > Asterisk - codec (G.711/ulaw)
> > Avaya - codec ( G.711/ulaw)
> >
> > Now I need G.729 on my asterisk side and i have put G.729 codec setting
> > on my IP phone and when i make call from asterisk to Avaya Extention i
> > got error
> >
> > translator not in path
> >
> > so i need to get license of g.729 on asterisk for transcoder or it will
> > work wothout translator ???
> >
> > My question is :-- Is there Required G.729 (License) on Asterisk Or Not
> > ???
>
> You can purchase them from Digium:
>
> http://store.digium.com/productview.php?category_id=5&product_code=8G729CODEC&main_category_id=5
>
> $10 each.
>
> Install one license for each simultaneous g792 call you expect to take on
> the asterisk box and off you go.
>
> There are free versions of g729 aval able, but if your country is
> compatable with the various (US) patent laws then you ought to pay the
> license fee to stay legal.
>
> Gordon
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
+asterisk <at> drogon.net>



----PGP Signature--

Satish Patel
mobile:- +91-9818875535

http://www.linuxbug.org

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Louis-David Mitterrand | 1 Nov 2007 08:09

Re: flooded by "Maximum trunk data space exceeded" messages

On Wed, Oct 31, 2007 at 04:53:49PM +0400, Arun Kumar wrote:
> try to reduce number of calls on trunk or create multiple trunks.

The flood happens when I have only one call on the trunk.

> On 10/31/07, Louis-David Mitterrand <vindex+lists-asterisk-users <at> apartia.org>
> wrote:
> >
> > Hi,
> >
> > Using 1.4.13 and trunking a single iax channel to a similar box my
> > asterisk console is flooded with:
> >
> >         [Oct 31 10:49:34] WARNING[5195] chan_iax2.c: Maximum trunk data
> > space exceeded to xx.xx.xx.xx:4569
> >
> > Known issue?
> >
> > _______________________________________________
> > --Bandwidth and Colocation Provided by http://www.api-digital.com--
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >

> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Alex Epshteyn | 1 Nov 2007 08:32

Re: Druid

Dean,

 

If you are looking for a non-restricting and extensible Asterisk GUI please look at Thirdlane http://www.thirdlane.com. If you are comfortable installing OS, Webmin and Asterisk, I would suggest installing PBX Manager GUI (packaged as a Webmin module), otherwise Thirdlane Advantage (CentOS based ISO) may be a good option.  

 

Best regards,

Alex

 

From: asterisk-users-bounces <at> lists.digium.com [mailto:asterisk-users-bounces <at> lists.digium.com] On Behalf Of Dean Collins
Sent: Wednesday, October 31, 2007 3:36 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Druid

 

Is anyone out there using Druid?

 

After the switchbox announcement today I’ve been looking into some other gui’s and as I’ll probably do a trial install this weekend of the free switchvox iso but I thought I’d ask is there any other guis I should be burning trial ISO’s of as well?

 

 

 

 

Regards,

Dean Collins
Cognation Pty Ltd
dean <at> cognation.net
+1-212-203-4357 Ph
+61-2-9016-5642 (Sydney in-dial).

 

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Gmane