[asterisk-bugs] [LibSS7 0012484]: [patch] generic name support

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Apr 21 10:48:51 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12484 
====================================================================== 
Reported By:                ptimmins
Assigned To:                mattf
====================================================================== 
Project:                    LibSS7
Issue ID:                   12484
Category:                   New/Feature
Reproducibility:            N/A
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.6.0-beta7.1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             04-20-2008 23:45 CDT
Last Modified:              04-21-2008 10:48 CDT
====================================================================== 
Summary:                    [patch] generic name support
Description: 
I have added support to libss7-trunk and made changes in chan_zap to fully
implement generic name support.

to send generic name, have a dialplan rule similar to:
exten => s,n,Set(_SS7_JIP=yourjip)
exten => s,n,Set(_SS7_GENERIC_NAME=${CALLERID(name)})
exten => s,n,Dial(Zap/g1/[callednumber])

If you receive a call with a generic name in the generic name field, it
populates the proper internal asterisk variables to display name in the
same way any other channel type would (ISDN PRI/SIP/etc)
====================================================================== 

---------------------------------------------------------------------- 
 mattf - 04-21-08 10:48  
---------------------------------------------------------------------- 
Can you provide the updates in the diff format?

In case you haven't done this before, in your libss7 directory, first make
sure it's up to date with an `svn update`.

Then do an `svn diff` and output that diff to a file and upload it.  It's
easier for me to see what has been done if it's in diff format.

You can do the same for Asterisk-1.6.0, as long as it's a checked out from
the svn Asterisk-1.6.0 branch. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-21-08 10:48  mattf          Note Added: 0085751                          
======================================================================




More information about the asterisk-bugs mailing list