[SR-Users] kamctl dialplan addrule

Daniel-Constantin Mierla miconda at gmail.com
Sat Oct 22 03:17:32 CEST 2011


Hello,

On 10/21/11 3:36 PM, Arthur Alkhasyan wrote:
> Hi all,
>
> I'm new to the list and new to the Kamailio. We are using Kamailio with Mysql to route calls between clients asterisks and SIP PSTN gateways. We have two inbound gateways and one outbound. I need to add outbound gateway and a few new features:
> 1. Call routing between carriers based at prefixes added by asterisks. I would like to route all calls with prefix 99101 to gateway 1 and prefix 99102 to gateway 2. Prefix have to be striped out before sending call to carrier.
> 2. Remote Call Forwarding. I have to setup RCF at Kamailio. All calls to the particular DID number have to be forward to another number.
> I found description for dialplan module and believe the module can work for me. I recompiled Kamailio with dialplan module support and added to config
>
> # ----- dialplan params -----
> modparam("dialplan", "db_url", "mysql://openser:openserrw@localhost/openser")
> I did search and found this thread related to my problem:
> http://lists.sip-router.org/pipermail/sr-users/2009-November/025416.html  
> I try to use kamctl to add rule to the MySQL and can't find proper syntax
> kamctl dialplan addrule 10 100 1 ^123+ 0 ^(123.+) 0030\1
> -bash: syntax error near unexpected token `('

try to enclose the parameters that have special characters between 
double or single quotes. Also, you may need to double the char '\', in 
case the shell expands the parameters (usually happens with double 
quoted parameters).

Cheers,
Daniel

-- 
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kat
http://linkedin.com/in/miconda -- http://twitter.com/miconda

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20111022/691bb546/attachment.htm>


More information about the sr-users mailing list