Displaying 2 results from an estimated 2 matches for "codeti".
Did you mean:
codei
2009 Nov 14
2
Error Dialplan ?
...erisk Server,
when i want call, i have:
[Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160
handle_request_invite: Call from 'PHISIP000001' to extension
'00420225352184' rejected because extension not found.
but into my extensions.conf:
exten => _00420X.,1,Set(CDR(CodeTier)=CZE)
exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5350,180,rt)
exten => _00420X.,3,Hangup
and a dialplan show:
exten => _00420X.,1,Set(CDR(CodeTier)=CZE)
exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5300,180,rt)
exten => _00420X.,3,Hangup
I have a...
2011 Mar 05
1
Asterisk, Sent accountcode between 2 asterisk
Hi
I have two Asterisk Server:
The first server "A", all phone are connected
The Second server "B" only route call to a lot of SIP supplier
the server A sent:
; Destination: Non connu dans le DialPlan - Apparaitra en UNKNOW dans le CDR
exten => _X.,1,Set(CDR(CodeTier)=BUS-UNKNOW)
exten => _X.,2,Dial(IAX2/SERVERB/${EXTEN},180,rt)
exten => _X.,3,Hangup
anyone know if it's possible to add the CDR Accountcode to this process
for get it on the second server "B" ?
i want the same accountcode on the 2 servers
thanks
Olivier