Hello,

I'm testing with asterisk 1.8.3.2 and come across this:

Call from one extension to another with:

[macro-internal-call]    ;ARG1=extension to call
exten => s,1,Set(TOCALL=${DB(SIP/${ARG1})})
exten => s,2,Dial(SIP/${TOCALL},60,tT)
...

As I had no entry in the asteriskdb, so the SIP uri was empty, and
asterisk core dumped with:
gdb output:
#0  0xb7c7db33 in strchr () from /lib/libc.so.6

Maybe someone can reproduce that behaviour.

yours
christian

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to