[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 May 20 11:45:16 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=13446 
====================================================================== 
Reported By:                synthetic
Assigned To:                eliel
====================================================================== 
Project:                    Asterisk
Issue ID:                   13446
Category:                   Channels/chan_sip/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 141949 
Request Review:              
====================================================================== 
Date Submitted:             2008-09-09 04:46 CDT
Last Modified:              2009-05-20 11:45 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

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

---------------------------------------------------------------------- 
 (0105117) eliel (manager) - 2009-05-20 11:45
 https://issues.asterisk.org/view.php?id=13446#c105117 
---------------------------------------------------------------------- 
New patch uploaded:

- We were calling sip_remote_register in the same way for adding and
removing.
- Not all the parameters are required (only username and domain).
- Add a 'Transport' header that could be (tcp | tls | udp (default)).
- For some values we need to set defaults (transport, port number)
- Remove trailing white spaces.
- Fix a typo in documentation.
- Fix a typo when calling ast_manager_unregister. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-20 11:45 eliel          Note Added: 0105117                          
======================================================================




More information about the asterisk-bugs mailing list