[asterisk-users] originate , callerid

Darryl Moore darryl at moores.ca
Fri Dec 26 13:52:51 CST 2014


What about this? No patches needed.


exten => my6003,1,Set(CALLERID(ALL)=MyCallerID)
same => n,Dial(SIP/6003 at asterisk)


exten => 6003,n,Set(MyCallerID="test<12345>")
exten => 6003,n,Originate(local/my6003,app,meetme,"6003,x")




On 14-12-25 06:46 AM, Anthony Messina wrote:
> On Thursday, December 25, 2014 11:48:12 AM Dmitry Melekhov wrote:
>> I want to change call files, which has caller id in them, to call 
>> originate from dial plan.
>> But I don't see such parameter here
>> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Originate
>>
>> How can I pass callerid to following:
>>
>> exten => 6003,n,Originate(SIP/6003 at asterisk,app,meetme,"6003,x")
> 
> 
> I use this patch
> 
> https://messinet.com/rpms/browser/asterisk/asterisk-12-app_originate_callerid.patch
> 
> because of https://issues.asterisk.org/jira/browse/ASTERISK-23016
> 
> -A
> 
> 
> 



More information about the asterisk-users mailing list