extensions.conf setting:

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...
[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...