* You are viewing the archive for September 30th, 2010

VoIP Abuse Project

By popular request, we’ve convinced someone from the VoIP Abuse
Project to join us tomorrow at noon on VUC. I think many of you will
be interested in this topic, so please come by, join in and ask
questions.

http://vuc.me for all connection info and links to VoIP Abuse Project

A couple of other features and announcements are scheduled after that
segment, including an Astricon update and maybe even something about a
mysterious book I have heard about.

Call in from 11:40 AM SIP:200901@login.zipdx.com – prefer g722 and
accept g711 – Skype:vuc.me – Call widget on the site during conference
hours.

See you there!

/r

Same extension on multiple servers confusion

Hi,
I have the same extension registered with multiple softphones on
multiple servers, i.e.

100-local@hostA
100-local@hostB

and on both hostA and hostB I have the extension in extension.conf

exten => 100,1,Answer()
exten => 100,n,Dial(100-local)

When from softphone registered as 100-local@hostA I

call (100@hostB)

what I see on the softphone on host B is “100-local@hostB is contacting
you”
and the call gets routed on the local calls context instead of the
incoming call context. I expected to see “100-local@hostA is contacting
you” instead.

Is this behavior something that can be avoided? I thought it would be
normal to have two asterisk’s in e.g. two companies serving the same
extensions…

Thank you,
Matteo

Realtime mapping for ‘sippeers’ found to engine ‘mysql’, but the engine is not available

On Fri, 2010-02-26 at 15:21 +0800, Zhang Shukun wrote:
> 2010/2/26 Tilghman Lesher :
> > On Friday 26 February 2010 00:09:55 Warren Selby wrote:
> >> On Thu, Feb 25, 2010 at 11:26 PM, Zhang Shukun wrote:
> >> > [Feb 26 13:18:08] WARNING[16077]: config.c:2025 find_engine: Realtime
> >> > mapping for ‘sippeers’ found to engine ‘mysql’, but the engine is not
> >> > available–
> >>
> >> Is MySQL running and all the proper values set in the appropriate files?
> >
> > Does the config name in extconfig.conf right after the word “mysql” exist as a
> > section in res_mysql.conf?
>
> the section in extconfig.conf is :
>
>
> sipusers => mysql,asterisk,sip_buddies
> sippeers => mysql,asterisk,sip_buddies
>
>
> and section in res_mysql.conf is :
>
>
>
> [asterisk]
> ;dbhost = 127.0.0.1
> dbname = asterisk
> dbuser = root
> dbpass = net263
> dbport = 3306
> ;dbsock = /tmp/mysql.sock
> ;dbsock = /var/run/mysqld/mysqld.sock
> requirements=createclose ; or createclose or createchar
>

I know this is months later but I’ve just been having the same problem
and fixed it by adding mysql dev packages and then recompiling the
asterisk addons

Hope this helps

Ish
>
> >
> > –
> > Tilghman Lesher
> > Digium, Inc. | Senior Software Developer
> > twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
> > Check us out at: www.digium.com & www.asterisk.org
> >
> > –
> > _____________________________________________________________________
> > — 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
> >
>
>
>
> –
> Best regards,
> Sucan
>

Unable to load fax modules

Hi List,
I did follow the procedure to install Free Fax for Asterisk successfully
till i came accross this isssue: i can’t load the fax module:

pbx3*CLI> module load res_fax_digium.so
Unable to load module res_fax_digium.so
Command ‘module load res_fax_digium.so’ failed.
[Sep 30 10:50:12] WARNING[5427]: loader.c:429 load_dynamic_module: Error
loading module ‘res_fax_digium.so’:
/usr/lib/asterisk/modules/res_fax_digium.so: undefined symbol: manager_event
[Sep 30 10:50:12] WARNING[5427]: loader.c:797 load_resource: Module
‘res_fax_digium.so’ could not be loaded.

any help will be much appreciated!!

Intercom with Dial() works, but not with Page()

Hello list,

this works :

exten => _*XXX*,n,SIPAddHeader(“Call-Info:; answer-after=0″)
exten => _*XXX*,n,Dial(SIP/${SIPACCOUNT})

The phone auto-answers the call…

this does not work :

exten => _*XXX*,n,SIPAddHeader(“Call-Info:; answer-after=0″)
exten => _*XXX*,n,Page(SIP/${SIPACCOUNT})

The phone rings and does not auto-answer the call…

Can you tell me how I can get my Snom 320 auto-answer the call when I
use the Page()-command ?

Kind regards,
Jonas.