Chet W. Stevens
2012-Dec-21 15:55 UTC
[asterisk-users] Called Party Name between Asterisk systems
I apologize in advance if I do not ask the question well, but, here goes. I have SIP extensions (Digium phones) on one Asterisk system. Once I have set sendrpid=pai in sip.conf, they see the called party name on their displays when calling eachother. Is there any method to extend this capability between Asterisk systems that are connected via IAX2? I do not see this information being passed when I look at the IAX2 debug. Is there something that could be set in the dialplan prior to making the call then retrieved on the other side? I have done extensive searches online, in the documentation, etc. I appreciate your help. Thank you. Chet Stevens -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121221/22fb1294/attachment.htm>
Danny Nicholas
2012-Dec-21 16:02 UTC
[asterisk-users] Called Party Name between Asterisk systems
It may depend on the asterisk version, but in theory you should just be able to set callerid(num) and callerid(name) before doing the IAX2 dial. You should always specify the Asterisk version you are using as features often change or are available/not available between different releases. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Chet W. Stevens Sent: Friday, December 21, 2012 9:55 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Called Party Name between Asterisk systems I apologize in advance if I do not ask the question well, but, here goes. I have SIP extensions (Digium phones) on one Asterisk system. Once I have set sendrpid=pai in sip.conf, they see the called party name on their displays when calling eachother. Is there any method to extend this capability between Asterisk systems that are connected via IAX2? I do not see this information being passed when I look at the IAX2 debug. Is there something that could be set in the dialplan prior to making the call then retrieved on the other side? I have done extensive searches online, in the documentation, etc. I appreciate your help. Thank you. Chet Stevens -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121221/bc5465d4/attachment-0001.htm>
Chet W. Stevens
2012-Dec-21 16:28 UTC
[asterisk-users] Called Party Name between Asterisk systems
I am running Asterisk 1.8.11-cert9. I am setting the callerid(num) and callerid(name) which is working fine. The person receiving the call sees the name and number of the person calling them. I was wondering if there was any means to show the person initiating the call the name of the called party like it does now between sip extensions on the same Asterisk server. Thank you. Chet Stevens asterisk-users at lists.digium.com writes:>It may depend on the asterisk version, but in theory you should just be able to set callerid(num) and callerid(name) before doing the IAX2 dial. You should always specify the Asterisk version you are using as features often change or are available/not >available between different releases.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121221/c927ca78/attachment.htm>