Hi,
I have Astlinux  0.7.9  and ASTERISK 1.8.4.4
I have something wrong in my asterisk config external  incoming calls show me 
only CID number and not the CID Name

Intern is not a problem

I have try to put this in my extensions.conf

exten => s,1,Set(CALLERID(num)=${CALLERID(num):0:40})
exten => s,n,Set(CALLERID(name)=${CALLERID(name):0:40})
exten => s,n,Dial(SIP/channel)

and this with a reverse lookup AGI script:
exten => 10,1,Set(CHANNEL(language)=de)
exten => 10,n,AGI(lookup.agi, ${CALLERID(num)})
exten => 10,n,Set(CALLERID(name)=${LONGNAME})

and I try without anything
exten => 41325003353,1,Dial(local/15@15)


exten => 15,1,Set(CHANNEL(language)=de)
exten => 15,n,AGI(lookup.agi, ${CALLERID(num)})
exten => 15,n,Set(CALLERID(name)=${LONGNAME})
exten =>15,n,Dial(SIP/15,10,r)


but all that not work with external calls 

should I change something can anyone help?

regards

Nedi
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].

Reply via email to