Page 1 of 1

extensions.conf setting:

PostPosted: Wed Feb 04, 2009 4:41 pm
by ruben23
hi i have a setting for my vicidial...dial prefix=9 and on extensions.conf:
[general]
static=yes
writeprotect=no

[globals]

;TRUNKIAX=IAX2/ASTtest1:test@10.10.10.16:4569 ; IAX trunk interface

[default]
exten => 8600,1,Meetme,8600
exten => 8601,1,Meetme,8601

exten => _91NXXNXXXXXX,1,AGI(AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(sip/${EXTEN:1}@Prime,55,o)
exten => _91NXXNXXXXXX,3,Hangup

; barge monitoring extension
exten => 8159,1,ZapBarge
exten => 8159,2,Hangup

then i chage the dial prfix on my vicidial to '5' as i change also the extensions.conf

[general]
static=yes
writeprotect=no

[globals]

;TRUNKIAX=IAX2/ASTtest1:test@10.10.10.16:4569 ; IAX trunk interface

[default]
exten => 8600,1,Meetme,8600
exten => 8601,1,Meetme,8601

exten => _51NXXNXXXXXX,1,AGI(AGI(agi://127.0.0.1:4577/call_log)
exten => _51NXXNXXXXXX,2,Dial(sip/${EXTEN:1}@Prime,55,o)
exten => _51NXXNXXXXXX,3,Hangup

; barge monitoring extension
exten => 8159,1,ZapBarge
exten => 8159,2,Hangup

When i dial it goes to live call but when i tried to use conference with other number manually input on TRANSFER CONFERENCE FUNCTION it will not ring while the other line is still on hold then the asterisk got this error:

Feb 5 04:42:22 NOTICE[5806]: chan_local.c:526 local_alloc: No such extension/context 912127775678@default creating local channel
Feb 5 04:42:22 NOTICE[5806]: channel.c:2514 __ast_request_and_dial: Unable to request channel Local/912127775678@default

is there other setting i need to do if changing the dial prefix coz based on that error...the extension prefix for the number is not change its still 91 on the meetme conference...

PostPosted: Wed Feb 04, 2009 6:40 pm
by mflorell
vicidial.php version and build?

PostPosted: Wed Feb 04, 2009 9:09 pm
by ruben23
Matt

I have this data:
vicidial.php version = '2.0.4-142
build = '71129-2025'

asterisk 1.2.24
astguiclient_2.0.4

how i change the prefix of my transfer conf or what we call this meetme conference.....? how i resolve this problem...

PostPosted: Thu Feb 05, 2009 5:44 am
by mflorell
In SVN trunk we now have the options to do this, looks like you are using 2.0.4 release so you would have to change the source code in vicidial.php to make the prefix change.

Of course the easiest way to fix this would just be to add the proper extensions.conf entries.