[asterisk-bugs] [Asterisk 0013446]: [patch] Allows Action: Register in Manager API to allow asterisk to register to a remote server

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 10 03:18:15 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13446 
====================================================================== 
Reported By:                synthetic
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13446
Category:                   Channels/chan_sip/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 141949 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-09-09 04:46 CDT
Last Modified:              2008-09-10 03:18 CDT
====================================================================== 
Summary:                    [patch] Allows Action: Register  in Manager API to
allow asterisk to register to a remote server
Description: 
Allows you to register to remote SIP registrar. Gives userss with one
single account on the system be able to call out or be contacted with the
user's multiple user SIP accounts of other providers. Also great when using
a SIP - JINGLE gateway.

Usage:

New registration to remote server nimbuzz.com:

Action: Register
Username: test
Secret: 1234
Authuser: test
Hostname: nimbuzz.com
Port: 5060
Cmd: ADD

User logs of, lets delete their registration:

Action: Register
Username: test
Secret: 1234
Authuser: test
Hostname: nimbuzz.com
Port: 5060
Cmd: DEL

====================================================================== 

---------------------------------------------------------------------- 
 (0092289) synthetic (reporter) - 2008-09-10 03:18
 http://bugs.digium.com/view.php?id=13446#c92289 
---------------------------------------------------------------------- 
Added Exten Parameter to Manager AGI, makes sense to have in case we need
to route the call differently for a user's account, which uses all
parameters of register =>

Usage is similar:

Action: Register
Username: test
Secret: 1234
Authuser: test
Hostname: nimbuzz.com
Port: 5060
Exten: john-smiths-account
Cmd: ADD

Response: Success
Message: Authentication accepted

Action: Register
Username: test
Secret: 1234
Authuser: test
Hostname: nimbuzz.com
Port: 5060
Exten: john-smiths-account
Cmd: DEL 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-10 03:18 synthetic      Note Added: 0092289                          
======================================================================




More information about the asterisk-bugs mailing list