Hi,
 
You need to set the callerid before making the call, not after. Also, I guess it's a typo that the priority in this dialplan is all 1; it should be
 
exten => 8001234003,1,Set(CALLERID(num)=8001234003)
exten => 8001234003,n,Set(CALLERID(name)="Line 5")
exten => 8001234003,n,Dial(DAHDI/34,,rt)

Unless your using variable for the name and the number, you should not put them in ${}.

Jimmy

-----Original Message-----
From: [email protected]
Sent: Thu, 4 Mar 2010 19:50:03 +0800
To: [email protected], [email protected], [email protected]
Subject: Re: [asterisk-users] Caller ID in Asterisk

HI All,
 
 Below is the ones i tried
 
exten => 8001234003,1,Dial(DAHDI/34,,rt)
exten => 8001234003,1,Set(CALLERID(num)=${8001234003})
exten => 8001234003,1,Set(CALLERID(name)=${Line 5})
 
However i got an error message sayinfg Function CallerID not registered.
 
Kindly help me...


From: [email protected] on behalf of Gopalakrishnaiyer Venugopal-Q16770
Sent: Thu 3/4/2010 3:59 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion; [email protected]
Subject: [asterisk-users] Caller ID in Asterisk

Hi All,
 
 I have an asterik machine which is connected via a PRI to the SIP server.When i call from the Asterisk machine to the SIP server i am not getting the caller id of the lines at the sip side.
 
Please help me to identify how this can be set.The extensions.conf file is attached.
 
 
Cheers
venu

 

Email Notifier Preview
Receive Notifications of Incoming Messages
Easily monitor multiple email accounts & access them with a click. Visit www.inbox.com/notifier and check it out!
-- 
_____________________________________________________________________
-- 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