Displaying 3 results from an estimated 3 matches for "prov1".
Did you mean:
prove
2017 Jun 07
2
pjsip: Inbound calls: selecting the correct trunk with one provider and different numbers
Hello!
I've got a problem to select the correct trunk if there is one provider
and different numbers with different configurations for this same provider.
Example:
trunk-prov1-2345
trunk-prov1-2346
trunk-prov1-2347
Each trunk registers an own number (at the same provider) and provides
own configuration: they have different allowed codecs e.g..
What I'm experiencing now, is, that each incoming call is provided by
trunk-prov1-2346, no matter which number has been dia...
2017 Jun 08
3
pjsip: Inbound calls: selecting the correct trunk with one provider and different numbers
...n 7, 2017, at 05:28 PM, Michael Maier wrote:
>> Hello!
>>
>> I've got a problem to select the correct trunk if there is one provider
>> and different numbers with different configurations for this same
>> provider.
>>
>> Example:
>>
>> trunk-prov1-2345
>> trunk-prov1-2346
>> trunk-prov1-2347
>>
>> Each trunk registers an own number (at the same provider) and provides
>> own configuration: they have different allowed codecs e.g..
>>
>> What I'm experiencing now, is, that each incoming call is prov...
2010 Aug 17
1
MySQL Connect problem...
...; s,n,MYSQL(Query RESULT1 ${DB1} SELECT\ LAST_INSERT_ID())
exten => s,n,MYSQL(Fetch FOUND1 ${RESULT1} VALUE1)
exten => s,n,MYSQL(Clear ${RESULT1})
exten => s,n,MYSQL(Disconnect ${DB1})
exten => s,n,MixMonitor(${VALUE1}.wav)
exten => s,n,Set(CALLERID(all)=xxx)
exten => s,n,Dial(SIP/prov1/${ARG1})
in a macro to dial numbers...
Every few hours or so every call hangs on the s,1 MYSQL(Connect) and won't
work until i restart asterisk.
The mysql server has a maximum connections of 2048 (of which around 90 are
in use) so it's not a mysql connection limit problem from what i can...