Re: [asterisk-users] originate , callerid

2014-12-28 Thread Dan Cropp
If you are trying to originate a call to the outside PSTN, caller ID could be 
blocked by your SIP provider.  Due to regulations designed to protect 
consumers, caller ID is generally not trusted in the default configuration.  If 
this is causing your problem, contact your SIP provider and explain your 
situation.  As long as you guarantee you will not spoof a caller ID that you do 
not own, they will typically turn it on.  They may provide you with slightly 
different configuration settings to allow this to work.

Have a great day!

 On Dec 25, 2014, at 6:55 AM, Anthony Messina amess...@messinet.com wrote:
 
 On Thursday, December 25, 2014 03:53:44 PM Dmitry Melekhov wrote:
 25.12.2014 15:46, Anthony Messina пишет:
 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@asterisk,app,meetme,6003,x)
 I use this patch
 
 https://messinet.com/rpms/browser/asterisk/asterisk-12-app_originate_calleri
 d.patch
 
 Thank you! I'll try it.
 because of https://issues.asterisk.org/jira/browse/ASTERISK-23016
 
 Unfortunately , get
 The issue you are trying to view does not exist.
 on this link :-(
 
 Sorry for referencing the wrong issue.  The correct one is here 
 https://issues.asterisk.org/jira/browse/ASTERISK-22992
 
 -- 
 Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
 -- 
 _
 -- 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

-- 
_
-- 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

Re: [asterisk-users] originate , callerid

2014-12-26 Thread Darryl Moore
What about this? No patches needed.


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


exten = 6003,n,Set(MyCallerID=test12345)
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@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
 
 
 

-- 
_
-- 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


Re: [asterisk-users] originate , callerid

2014-12-25 Thread Anthony Messina
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@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

-- 
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
_
-- 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

Re: [asterisk-users] originate , callerid

2014-12-25 Thread Dmitry Melekhov

25.12.2014 15:46, Anthony Messina пишет:

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@asterisk,app,meetme,6003,x)


I use this patch

https://messinet.com/rpms/browser/asterisk/asterisk-12-app_originate_callerid.patch


Thank you! I'll try it.


because of https://issues.asterisk.org/jira/browse/ASTERISK-23016


Unfortunately , get

The issue you are trying to view does not exist.
on this link :-(




-A





-- 
_
-- 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

Re: [asterisk-users] originate , callerid

2014-12-25 Thread Anthony Messina
On Thursday, December 25, 2014 03:53:44 PM Dmitry Melekhov wrote:
 25.12.2014 15:46, Anthony Messina пишет:
 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@asterisk,app,meetme,6003,x)
 I use this patch
 
 https://messinet.com/rpms/browser/asterisk/asterisk-12-app_originate_calleri
 d.patch
 
 Thank you! I'll try it.
 because of https://issues.asterisk.org/jira/browse/ASTERISK-23016
 
 Unfortunately , get
 The issue you are trying to view does not exist.
 on this link :-(

Sorry for referencing the wrong issue.  The correct one is here 
https://issues.asterisk.org/jira/browse/ASTERISK-22992

-- 
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
_
-- 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

[asterisk-users] originate , callerid

2014-12-24 Thread Dmitry Melekhov

Hello!

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@asterisk,app,meetme,6003,x)

Thank you!


--
_
-- 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